# Maintainer: Natanael Copa pkgname=m4 pkgver=1.4.13 pkgrel=0 pkgdesc="GNU macro processor" url="http://www.gnu.org/software/m4" source=ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.gz depends= license="GPL" subpackages="m4-doc" _builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" ./configure --prefix=/usr make } package() { cd "$_builddir" make install DESTDIR="$pkgdir" } md5sums="e9e36108b5f9855a82ca4a07ebc0fd2e m4-1.4.13.tar.gz"