#Maintainer: fushark pkgname=xdg-utils pkgver=1.0.2 pkgrel=1 zenver=54 arch=noarch source=(http://portland.freedesktop.org/download/$pkgname-$pkgver.tgz) sourcetemplate=http://users.zenwalk.org/user-accounts/fushark/xdg-utils docs=("readme" "release" "license" "notes" "todo") url=http://portland.freedesktop.org/wiki/XdgUtils slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Xdg-utils (Desktop integration tasks)" "Xdg-utils is a set of command line tools that assist applications with" "a variety of desktop integration tasks. About half of the tools focus" "on tasks commonly required during the installation of a desktop" "application and the other half focuses on integration with the desktop" "environment while the application is running. Even if the desktop" "components of your application are limited to an installer," "configuration or management tool, Xdg-utils provides you with an easy" "way to enhance the usage experience of your customers by improving the" "integration of these components in the user's environment." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }