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

### build a package out of ready-made directory
TARBALL= # none - internal copy
MD5SUM=  # none
SRC_URL= # none
BUNDLE=  # none

SLACKREQ=  # none
SLACKDESC="pfind: pfind $PKGVER (file finder)  
pfind:  
pfind: A simple GUI to locate files that meet certain criteria.  
pfind: Works best in conjunction with pfilesearch.
pfind: 
pfind: Created and maintained by zigbert from Puppy Linux forum.
pfind: http://www.murga-linux.com/puppy/viewtopic.php?t=15136  
pfind: 
pfind: 
pfind: 
pfind: 
"
# don't build, don't create package - we do it ourselves here
PKG_NOBUILD=yes
PKG_NOMAKEPKG=yes


###
pkg_download() {
	: nothing to download
}

###
pkg_prepare() {
	: nothing to prepare
}

### package ready-made directory
pkg_package() {
	pkg_package_dir
}

### build
pkg_build() {
	: nothing to build
}
 
 
