void-packages/templates/autoconf.tmpl
Juan RP b2dee1f637 Added NetBSD support to libpciaccess.
While fixing this, I had to make autoconf, automake and m4
templates (latest versions).

xorg-server-1.5.1 now fully works on NetBSD with these patches!

--HG--
extra : convert_revision : a80bb709a48a3cd144c596170d24fdfc7f7feede
2008-10-06 21:11:03 +02:00

18 lines
743 B
Cheetah
Executable file

# Template build file for 'autoconf'.
pkgname=autoconf
version=2.63
extract_sufx=".tar.gz"
url=http://ftp.gnu.org/gnu/autoconf
build_style=gnu_configure
short_desc="Generates automatic source code configuration scripts"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=4254fd31f9bcaf8932e2c10cf33f52b9f7f7eb19
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."