# Contributor: William Pitcock # Maintainer: William Pitcock pkgname=libmowgli pkgver=1.0.0 pkgrel=0 pkgdesc="mowgli is a framework designed to reduce writing of boilerplate code" url="http://atheme.org/project/mowgli" arch="all" license="ISC" depends= makedepends= install= subpackages="$pkgname-dev" source="http://distfiles.atheme.org//$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" # workaround bug in busybox sed -e "/touch/s/0001010000/200001010000/g" \ -i configure } build() { cd "$_builddir" ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install } md5sums="1167e1ff090a2b7c20dffc68a86ca483 libmowgli-1.0.0.tar.gz"