contrib/libconfuse/Pkgfile

20 lines
563 B
Plaintext
Raw Normal View History

2008-05-12 22:02:00 +02:00
# 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
2009-01-10 14:30:03 +01:00
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
2008-05-12 22:02:00 +02:00
name=libconfuse
version=2.6
release=1
source=(http://bzero.se/${name/#lib/}/${name/#lib/}-$version.tar.gz)
build() {
2008-10-28 17:51:58 +01:00
cd ${name/#lib/}-$version
sed -i 's/-Werror//' src/Makefile.in
./configure --prefix=/usr \
--enable-shared \
--disable-nls
make
make DESTDIR=$PKG install
2008-05-12 22:02:00 +02:00
}