#Packager: Vasile Coman pkgname=libxdg-basedir pkgver=1.2.0 pkgrel=1vc source=("http://n.ethz.ch/~nevillm/download/$pkgname/$pkgname-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/kerd/$pkgname/$pkgver/ docs=("readme" "install" "copying" "ChangeLog" "authors" "todo") url=https://www.ohloh.net/p/libxdg-basedir slackdesc=\ ( #|-----handy-ruler----------------------------------------------| "Libxdg-Basedir (XDG Base Directory Specification)" "The XDG Base Directory Specification defines where should user" "files be looked for by defining one or more base directories" "relative in with they should be located. This library" "implements functions to list the directories according to the" "specification and provides a few higher-level functions." "https://www.ohloh.net/p/libxdg-basedir" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --disable-static \ --mandir=/usr/man \ --build=$ARCH-slackware-linux || return 1 make || return 1 make install DESTDIR=$startdir/pkg }