### this file is sourced not run
PKGVER=2.2
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="pfilesearch: pfilesearch $PKGVER (Find files)  
pfilesearch:  
pfilesearch: pFilesearch lets you search for files with advanced options. It 
pfilesearch: can either act as astand alone file finder or as a backend (-b) 
pfilesearch: for other guis; it is usually used in conjunction with pfind.  
pfilesearch: 
pfilesearch: Created and maintained by by zigbert from Puppy Linux forum
pfilesearch: http://www.murga-linux.com/puppy/viewtopic.php?t=26764  
pfilesearch: 
pfilesearch: 
pfilesearch: 
"
# 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
}
 
