16 lines
429 B
Plaintext
Raw Normal View History

2010-09-13 16:43:02 +02:00
# Description: The XDG Base Directory Specification (implementation)
2013-03-10 11:06:48 +01:00
# URL: http://repo.or.cz/w/libxdg-basedir.git
2009-09-28 22:06:33 +02:00
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
name=libxdg-basedir
2012-03-25 09:54:35 +02:00
version=1.2.0
2009-09-28 22:06:33 +02:00
release=1
2013-03-10 11:05:24 +01:00
source=(http://repo.or.cz/w/$name.git/snapshot/refs/tags/$name-$version.tar.gz)
2009-09-28 22:06:33 +02:00
build() {
2013-03-10 11:05:24 +01:00
cd $name
./autogen.sh --prefix=/usr --disable-static
2009-09-28 22:06:33 +02:00
make
make DESTDIR=$PKG install
}