# Contributor: Thomas S Hatch # Contributor: Jon Nordby pkgname=augeas pkgver=0.8.0 pkgrel=1 pkgdesc="A configuration editing tool that parses config files and transforms them into a tree" arch=('i686' 'x86_64') license=('LGPL') url="http://augeas.net" depends=('readline') makedepends=('gcc' 'bison' 'flex') options=(!libtool) source=(http://augeas.net/download/$pkgname-$pkgver.tar.gz) md5sums=('e425bcfc46fd5b18473a4ff47c2878d3') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR=$pkgdir install }