# Maintainer: Natanael Copa pkgname=libconfig pkgver=1.4.9 pkgrel=0 pkgdesc="a simple library for manipulating structured configuration files" url="http://www.hyperrealm.com/libconfig/" arch="all" license='LGPL' depends= makedepends= source="http://www.hyperrealm.com/$pkgname/$pkgname-$pkgver.tar.gz" subpackages="$pkgname-doc $pkgname-dev" _builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" ./configure --prefix=/usr \ --mandir=/usr/share/man \ --disable-cxx make || return 1 } package() { cd "$_builddir" make -j1 DESTDIR="$pkgdir/" install rm "$pkgdir"/usr/lib/*.la } md5sums="b6ee0ce2b3ef844bad7cac2803a90634 libconfig-1.4.9.tar.gz"