contrib/libxdg-basedir/Pkgfile
2013-03-10 11:06:48 +01:00

16 lines
429 B
Plaintext

# Description: The XDG Base Directory Specification (implementation)
# URL: http://repo.or.cz/w/libxdg-basedir.git
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
name=libxdg-basedir
version=1.2.0
release=1
source=(http://repo.or.cz/w/$name.git/snapshot/refs/tags/$name-$version.tar.gz)
build() {
cd $name
./autogen.sh --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}