### this file is sourced not run
PKGVER=8.2

# This is a dummy package, only meant to provide download and prepare functions.
# This package is meant for 'bootstrap' function in build-allpkg/rebuild-allpkg.sh
# The actual package is built by bootstrap.sh

TARBALL=clfs-tools-$PKGVER-x86_64-1.txz
MD5SUM=122c49a8080e5f7f7b3e9a48673c8347
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL

### standard pkg_download

pkg_prepare() {
	pkg_check $SRC_DIR $TARBALL $MD5SUM
}

pkg_package() {
	touch no-makepkg # don't build pkg
}

pkg_build() { 
	: # do nothing
}
