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

TARBALL=patch-2.7.1.tar.xz
MD5SUM=e9ae5393426d3ad783a300a338c09b72
SRC_URL=http://distro.ibiblio.org/fatdog/source/710/clfs-packages-3.0.0.tar
BUNDLE=clfs-packages-3.0.0.tar

SLACKREQ=
SLACKDESC='patch: patch 2.7.1 (File patcher)  
patch:  
patch: The Patch package contains a program for modifying or creating files by 
patch: applying a ?patch? file typically created by the diff program.  
patch: 
patch: 
patch: 
patch: 
patch: 
patch: 
patch:
'


### 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
