### this file is sourced not run
PKGVER=2.6
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="peasyprint: peasyprint $PKGVER (Print graphic/photo)  
peasyprint:  
peasyprint: PeasyPrint graphic/photo printing is a little program that can 
peasyprint: print a graphics image at a specific size. For example, it can 
peasyprint: print a JPEG photo so the width on the paper is exactly 4.0 
peasyprint: inches. PeasyPrint will not change the aspect ratio of the image. 
peasyprint: You can specify the width or the height of the printout, but not 
peasyprint: both. The image is printed at the centre of the page.  
peasyprint: 
peasyprint: Created and maintained by rcrsn51 from Puppy Linux forum.
peasyprint: http://www.murga-linux.com/puppy/viewtopic.php?t=70133  
"
# 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
}
