diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-01-22 21:28:23 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-01-22 21:28:23 +0000 |
commit | bdf76faed8ca986395344bd5309d6d2a01e12e85 (patch) | |
tree | 071b57557b2ef11436a375ad17d36a9038d6fd72 /desktop-file-utils | |
parent | 4224b8ba5af269064f7b28abccf351f4f29cab64 (diff) |
Merge http://openembedded@openembedded.bkbits.net/packages
into schurig.homelinux.net:/usr/src/oepackages
2004/01/22 22:27:56+01:00 homelinux.net!schurig
cleanups
BKrev: 40104077DY-9v1uDDHEWyusKTlnIjQ
Diffstat (limited to 'desktop-file-utils')
-rw-r--r-- | desktop-file-utils/desktop-file-utils_0.3.oe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop-file-utils/desktop-file-utils_0.3.oe b/desktop-file-utils/desktop-file-utils_0.3.oe index e69de29bb2..daca6e908b 100644 --- a/desktop-file-utils/desktop-file-utils_0.3.oe +++ b/desktop-file-utils/desktop-file-utils_0.3.oe @@ -0,0 +1,9 @@ +HOMEPAGE = http://www.freedesktop.org/Software/desktop-file-utils +DESCRIPTION = "command line utilities to work with *.desktop files" +DEPENDS = virtual/libc popt glib-2.0 +RDEPENDS = libc6 popt glib-2.0 + +SRC_URI = http://freedesktop.org/Software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz \ + file://${FILESDIR}/m4.patch;patch=1 + +inherit autotools libtool |