contrib/libxdg-basedir/Pkgfile
2009-09-28 22:06:33 +02:00

16 lines
430 B
Plaintext

# Description: The XDG Base Directory Specification
# URL: http://n.ethz.ch/student/nevillm/download/libxdg-basedir
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
name=libxdg-basedir
version=1.0.2
release=1
source=(http://n.ethz.ch/~nevillm/download/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}