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

# source: james
TARBALL=mtpaint_handbook-3.40.zip
MD5SUM=d375790c951a90329e708c6ffc517b44
SRC_URL=http://downloads.sourceforge.net/mtpaint/$TARBALL
BUNDLE=

SLACKREQ='mtpaint'
SLACKDESC='mtpaint-handbook: mtpaint-handbook 3.40 (Mtpaint user manual)  
mtpaint-handbook:  
mtpaint-handbook: This package containsMtpaint user manuals.  
mtpaint-handbook: 
mtpaint-handbook: 
mtpaint-handbook: 
mtpaint-handbook: 
mtpaint-handbook: 
mtpaint-handbook: 
mtpaint-handbook: 
mtpaint-handbook: 
'

### default pkg_download
### default pkg_prepare
pkg_prepare() {
	pkg_check $SRC_DIR $TARBALL $MD5SUM &&
	cd tmp &&
	unzip $SRC_DIR/$TARBALL	
}
### default pkg_package
### build
pkg_build() {
	cd /tmp/mtpaint*
	make DOCDIR=/usr/share/doc/mtpaint-3.40 &&
	pkg_build_slackdesc
}


