# Maintainer: Natanael Copa pkgname=m4 pkgver=1.4.14 pkgrel=1 pkgdesc="GNU macro processor" url="http://www.gnu.org/software/m4" depends= license="GPL" subpackages="m4-doc" source="ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.gz gnulib-uclibc.patch" _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" patch -p1 -i "$srcdir"/gnulib-uclibc.patch } build() { cd "$_builddir" ./configure --prefix=/usr make } package() { cd "$_builddir" make install DESTDIR="$pkgdir" } md5sums="f0542d58f94c7d0ce0d01224e447be66 m4-1.4.14.tar.gz 20a7dedec0e9e0ee7107e33e798ffdbe gnulib-uclibc.patch"