contrib/libconfuse/Pkgfile

20 lines
575 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
2010-04-09 12:49:19 +02:00
version=2.7
2008-05-12 22:02:00 +02:00
release=1
2010-04-09 12:49:19 +02:00
source=(http://mirror.lihnidos.org/GNU/savannah/confuse/confuse-$version.tar.gz)
2008-05-12 22:02:00 +02:00
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
}