2008-10-06 19:11:03 +00:00
|
|
|
# Template build file for 'autoconf'.
|
|
|
|
pkgname=autoconf
|
2012-04-26 08:33:45 +00:00
|
|
|
version=2.69
|
|
|
|
homepage="http://www.gnu.org/software/autoconf"
|
2009-12-27 15:30:05 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/autoconf/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="gawk diffutils m4"
|
|
|
|
fulldepends="perl>=0"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2008-10-06 19:11:03 +00:00
|
|
|
short_desc="Generates automatic source code configuration scripts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-04-26 08:33:45 +00:00
|
|
|
license="GPL-2, GPL-3"
|
|
|
|
checksum=64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684
|
2008-10-06 19:11:03 +00:00
|
|
|
long_desc="
|
|
|
|
Autoconf is an extensible package of m4 macros that produce shell
|
|
|
|
scripts to automatically configure software source code packages.
|
|
|
|
These scripts can adapt the packages to many kinds of UNIX-like
|
|
|
|
systems without manual user intervention. Autoconf creates a
|
|
|
|
configuration script for a package from a template file that lists the
|
|
|
|
operating system features that the package can use, in the form of m4
|
|
|
|
macro calls."
|
2009-05-05 22:40:13 +00:00
|
|
|
|
2009-10-18 21:09:38 +00:00
|
|
|
noarch=yes
|