# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=xdg-utils pkgver=1.0.2 pkgrel=0 pkgdesc="Basic desktop integration functions" url="http://portland.freedesktop.org/wiki/" arch="all" license="MIT" depends= makedepends= install= subpackages="$pkgname-doc" source="http://portland.freedesktop.org/download/xdg-utils-$pkgver.tgz" _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" } build() { cd "$_builddir" ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install } md5sums="348a5b91dc66426505022c74a64b2940 xdg-utils-1.0.2.tgz"