summaryrefslogtreecommitdiff
path: root/autoconf-2.13/Pkgfile
blob: 4fd5afb81f17a48e0692e51a2d67ada63416b40d (plain)
    1 # Description: A package of M4 macros to produce scripts to automatically configure sourcecode. (2.13 version)
    2 # URL: http://www.gnu.org/software/autoconf
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 
    5 name=autoconf-2.13
    6 version=2.13
    7 release=1
    8 source=(ftp://ftp.gnu.org/gnu/autoconf/autoconf-$version.tar.gz)
    9 
   10 build () {
   11 	cd autoconf-$version
   12 
   13 	./configure --prefix=/usr --program-suffix=-2.13
   14 	make
   15 	make prefix=$PKG/usr install
   16 
   17 	rm -r $PKG/usr/info
   18 }

Generated by cgit