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

# CLFS 3.0.0 updated to LFS 11.3
TARBALL=check-${PKGVER}.tar.gz
MD5SUM=50fcafcecde5a380415b12e9c574e0b2
BUNDLE=fatdog-base-11.3.tar
SRC_URL=http://distro.ibiblio.org/fatdog/source/900/$BUNDLE

SLACKREQ=
SLACKDESC="tools-check: tools-check $PKGVER (Test framework)
tools-check: 
tools-check: Check is a unit testing framework for C.
tools-check: 
tools-check: This is the CLFS /tools package, part of the build system, 
tools-check: and not for general use. 
tools-check: 
tools-check: DO NOT INSTALL THIS PACKAGE unless you know what you're doing.
tools-check: 
tools-check: 
tools-check: 
"

### override download for LFS sources bundle
# $1-src-dir $2-tarball 
pkg_download() {
	pkg_download_bundle $1 $2
}

### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/check*
	
	./configure --prefix=/tools &&
	make && make $MAKEFLAGS install &&

	pkg_build_slackdesc
}


