summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-30 13:31:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-30 13:31:21 +0000
commitb82c9254ba0176f35c8ba94c842d3006b6a171dc (patch)
tree0798533f3b10be25511a2f173868be511c29a11c /x11
parentd8309e0d0f5571cf9e4e5258e356057216a9350b (diff)
downloadaports-b82c9254ba0176f35c8ba94c842d3006b6a171dc.tar.bz2
aports-b82c9254ba0176f35c8ba94c842d3006b6a171dc.tar.xz
x11/desktop-file-utils: new aport
Command line utilities for working with desktop entries http://www.freedesktop.org/wiki/Software/desktop-file-utils
Diffstat (limited to 'x11')
-rw-r--r--x11/desktop-file-utils/APKBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/desktop-file-utils/APKBUILD b/x11/desktop-file-utils/APKBUILD
new file mode 100644
index 00000000..6c65eb14
--- /dev/null
+++ b/x11/desktop-file-utils/APKBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=desktop-file-utils
+pkgver=0.15
+pkgrel=0
+pkgdesc="Command line utilities for working with desktop entries"
+url="http://www.freedesktop.org/wiki/Software/desktop-file-utils"
+license="GPL"
+depends="glib uclibc libiconv"
+makedepends="glib-dev libiconv-dev"
+source="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz"
+
+build ()
+{
+ cd "$srcdir/desktop-file-utils-$pkgver"
+ ./configure --prefix=/usr || return 1
+ make || return 1
+ make DESTDIR="$pkgdir" install || return 1
+}
+md5sums="2fe8ebe222fc33cd4a959415495b7eed desktop-file-utils-0.15.tar.gz"