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

TARBALL=autoconf-$PKGVER.tar.xz
MD5SUM=12cfa1687ffa2606337efe1a64416106
BUNDLE=fatdog-base-11.3.tar
SRC_URL=http://distro.ibiblio.org/fatdog/source/900/$BUNDLE

SLACKREQ='libtool'
SLACKDESC="autoconf: autoconf $PKGVER (automatically configure scripts)  
autoconf:  
autoconf: The Autoconf package contains programs for producing shell scripts 
autoconf: that can automatically configure source code.  
autoconf: 
autoconf: 
autoconf: 
autoconf: 
autoconf: 
autoconf: 
autoconf:
"


### override download for LFS sources bundle
# $1-src-dir $2-tarball 
pkg_download() {
	echo downloading $BUNDLE for $TARBALL
	wget -P $1 $SRC_URL
	tar -xf $1/$BUNDLE --strip-components=1 -C $1 
	rm $1/$BUNDLE
}

### default pkg_prepare
### default pkg_package
### default pkg_build


