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

# source: james
# release tarball
#PKGVER=
#TARBALL=
#MD5SUM=
#SRC_URL=
#BUNDLE=

# git-master tarball
PKGVER=3.50.02
MD5SUM=912f513fcdf9b4491283fe8dd1dcbba3
hash=07146f3051b4eab6163f7a17ca364546e0964b12
hash7=${hash#???????}; hash7=${hash%$hash7}
TARBALL=mtpaint-handbook-$PKGVER.tar.gz
SRC_URL=https://github.com/wjaguar/mtpaint_handbook/archive/$hash.tar.gz

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
}
