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

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

SLACKREQ='netpbm-advanced ghostscript'
SLACKSUG=mupdf
SLACKDESC="peasypdf: peasypdf $PKGVER (Easy PDF tools)  
peasypdf:  
peasypdf: PeasyPDF is a little program for manipulating PDF files. It can 
peasypdf: convert images to PDF, join or extract PDF files and print them.  
peasypdf: 
peasypdf: Created and maintained by rcrsn51 from Puppy Linux forum.
peasypdf: http://www.murga-linux.com/puppy/viewtopic.php?t=70680  
peasypdf: 
peasypdf: 
peasypdf: 
peasypdf: 
"
# 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
}
