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

# This is a dummy package, only meant to provide download 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=75015af213a2510c60fd36d01069cd13
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$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
}
