summaryrefslogtreecommitdiffstats
path: root/x11/desktop-file-utils/APKBUILD
blob: 7ff0ee30806071664588e65e16109a364da4b587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 gettext"
makedepends="glib-dev libiconv-dev gettext-dev pkgconfig"
source="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz
	nocxx.patch"

build () 
{ 
	cd "$srcdir"/desktop-file-utils-$pkgver
	patch configure < ../nocxx.patch || return 1

	./configure --prefix=/usr || return 1
	make || return 1
	make DESTDIR="$pkgdir" install || return 1
}
md5sums="2fe8ebe222fc33cd4a959415495b7eed  desktop-file-utils-0.15.tar.gz
28513788ba4d556ccd538867dc6205ab  nocxx.patch"