### this file is sourced not run
PKGVER=2011.0430
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=autoconf-2.13-20110430.tgz
MD5SUM=6f7198dc307c79af1f3009cd3c8a45ff
SRC_URL=ftp://invisible-island.net/autoconf/$TARBALL
BUNDLE=lfs-packages-7.5.tar

SLACKREQ=
SLACKDESC="autoconf213: autoconf 2.13 $PKGVER (automatically configure scripts)  
autoconf213:  
autoconf213: The Autoconf package contains programs for producing shell scripts 
autoconf213: that can automatically configure source code.  
autoconf213: 
autoconf213: This is an older version of autoconf but still commonly used
autoconf213: and required by many build systems (e.g. palemoon browser).
autoconf213: It can co-exist with newer versions of autoconf.
autoconf213: 
autoconf213: This is a patched version maintained by Thomas Dickey.
autoconf213: http://invisible-island.net/autoconf/autoconf.html
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### 
pkg_build() {
	CONFFLAGS="$CONFFLAGS --program-suffix=213 
	--datadir=/usr/share/autoconf213 --infodir=/usr/share/info/autoconf213"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
