core/autoconf/Pkgfile

17 lines
450 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 <per@fukt.bth.se>
name=autoconf
version=2.59
release=1
source=(http://mirrors.sunsite.dk/gnu/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/info $PKG/usr/share/emacs
}