core/autoconf/Pkgfile

17 lines
464 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A package of M4 macros to produce scripts to automatically configure sourcecode
# URL: http://www.gnu.org/software/autoconf
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=autoconf
2006-07-04 18:11:07 +02:00
version=2.60
release=3
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
./configure --prefix=/usr --mandir=$PKG/usr/man
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/share/info $PKG/usr/share/emacs
2006-02-23 16:26:10 +01:00
}