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

# source: james
TARBALL=mtpaint-handbook-$PKGVER.tar.gz
MD5SUM=e310128cb3279bca2d57e9381210e94c
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='mtpaint'
SLACKDESC="mtpaint-handbook: mtpaint-handbook $PKGVER (Mtpaint user manual)  
mtpaint-handbook:  
mtpaint-handbook: This package containsMtpaint user manuals.  
mtpaint-handbook: 
mtpaint-handbook: https://github.com/wjaguar/mtpaint_handbook
mtpaint-handbook: 
mtpaint-handbook: 
mtpaint-handbook: 
mtpaint-handbook: 
mtpaint-handbook: 
mtpaint-handbook: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/mtpaint*
	make DOCDIR=/usr/share/doc/mtpaint-$PKGVER &&
	pkg_build_slackdesc
}


