#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=desktop-file-utils pkgver=0.15 pkgrel=1 zenver=52 arch=i486 source=("http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-0.15.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://freedesktop.org/software/desktop-file-utils options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "desktop-file-utils - Utilities for .desktop files" "desktop-file-utils contains a couple of command line" "utilities for working with .desktop entries." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }