# Description: A configuration file parser library, LGPL licensed, written in C # URL: https://github.com/martinh/libconfuse # Maintainer: Erich Eckner, crux at eckner dot net # Contributor: Daryl Fonseca-Holt, wyatt at prairieturtle dot ca name=libconfuse version=3.3 release=1 source=(https://github.com/martinh/libconfuse/archive/v$version/$name-v$version.tar.gz) build() { cd $name-$version autoreconf -i ./configure --prefix=/usr \ --enable-shared \ --disable-nls make make DESTDIR=$PKG install rm $PKG/usr/share/doc/confuse/AUTHORS rm $PKG/usr/share/doc/confuse/ChangeLog.md rm $PKG/usr/share/doc/confuse/README.md }