contrib/libxdg-basedir/Pkgfile

16 lines
447 B
Plaintext
Raw Normal View History

2010-09-13 16:43:02 +02:00
# Description: The XDG Base Directory Specification (implementation)
2009-09-28 22:06:33 +02:00
# URL: http://n.ethz.ch/student/nevillm/download/libxdg-basedir
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
name=libxdg-basedir
2010-09-13 16:43:02 +02:00
version=1.1.1
2009-09-28 22:06:33 +02:00
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
}