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: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=autoconf
2011-04-01 12:49:23 +02:00
version=2.68
2006-11-18 12:24:57 +01:00
release=1
2009-11-22 12:33:43 +01:00
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build () {
2008-04-09 11:39:05 +02:00
cd $name-$version
./configure --prefix=/usr --mandir=$PKG/usr/man
2009-08-04 13:47:55 +02:00
make
2008-04-09 11:39:05 +02:00
make prefix=$PKG/usr install
rm -r $PKG/usr/share/info
2006-02-23 16:26:10 +01:00
}