contrib/libxdg-basedir/Pkgfile
2010-09-13 18:41:48 +02:00

16 lines
447 B
Plaintext

# Description: The XDG Base Directory Specification (implementation)
# 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.1.1
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
}