contrib/libconfuse/Pkgfile
Bartlomiej Palmowski 0c52c1eaf8 changed email adress
2009-01-10 14:30:03 +01:00

20 lines
563 B
Plaintext

# Description: A configuration file parser library, LGPL licensed, written in C
# URL: http://www.nongnu.org/confuse/
# Packager: Matt Housh, jaeger at morpheus dot net
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
name=libconfuse
version=2.6
release=1
source=(http://bzero.se/${name/#lib/}/${name/#lib/}-$version.tar.gz)
build() {
cd ${name/#lib/}-$version
sed -i 's/-Werror//' src/Makefile.in
./configure --prefix=/usr \
--enable-shared \
--disable-nls
make
make DESTDIR=$PKG install
}