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

# source: james
TARBALL=mtpaint-handbook-$PKGVER.tar.bz2
MD5SUM=691b4857e698865b5097fd6ff7fd2eff
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: 
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
}


