core/m4/Pkgfile

17 lines
403 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A standard Unix macro processor with extensions
# URL: http://www.seindal.dk/rene/gnu/
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=m4
2006-11-21 10:13:34 +01:00
version=1.4.8
2006-02-23 16:26:10 +01:00
release=1
2006-08-20 16:24:30 +02:00
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2006-08-20 16:24:30 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-02-23 16:26:10 +01:00
make
2006-08-20 16:24:30 +02:00
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
2006-02-23 16:26:10 +01:00
}