### this file is sourced not run
PKGVER=2013.7blfs
PKGBUILD=1
PKGARCH=noarch

### dummy template: cacert tools is from BLFS scripts that we have 
#   already packaged, we just fetch it and not build it.
TARBALL=lfs-cacert-tools-2013.7blfs-noarch-1.txz
MD5SUM=3ad1b4b05722953ac66f4d531fdcfdd5
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=
SLACKREQ=
SLACKDESC=

### standard pkg_download

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

pkg_package() {
	cp $SRC_DIR/$TARBALL $OUTPUT_DIR 
	touch no-makepkg
}

pkg_build() { 
	: do nothing
}
