diff options
Diffstat (limited to 'main/m4/APKBUILD')
-rw-r--r-- | main/m4/APKBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/main/m4/APKBUILD b/main/m4/APKBUILD new file mode 100644 index 0000000000..65a998eafb --- /dev/null +++ b/main/m4/APKBUILD @@ -0,0 +1,21 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=m4 +pkgver=1.4.13 +pkgrel=0 +pkgdesc="GNU macro processor" +arch=i486 +url="http://www.gnu.org/software/m4" +source=ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.gz +depends=uclibc +license=GPL +subpackages="m4-doc" +origin="core/$pkgname" + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr + make + make install DESTDIR="$pkgdir" +} + +md5sums="e9e36108b5f9855a82ca4a07ebc0fd2e m4-1.4.13.tar.gz" |