### this file is sourced not run
PKGVER=1.3.14
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=isomaster-$PKGVER.tar.bz2
MD5SUM=a9501c95ac7ca1bb2ac739478a664168
SRC_URL=http://littlesvr.ca/isomaster/releases/$TARBALL
BUNDLE=

SLACKREQ='gtk2' # 
SLACKDESC="isomaster: isomaster $PKGVER (ISO disc image editor)  
isomaster:  
isomaster: isomaster is an editor for ISO images. You can create/customise 
isomaster: CD/DVD disc images, make bootable CD/DVDs, etc.  
isomaster: 
isomaster: http://littlesvr.ca/isomaster/
isomaster: 
isomaster: 
isomaster: 
isomaster: 
isomaster:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/isomaster*
	make PREFIX=/usr DEFAULT_EDITOR=geany DEFAULT_VIEWER=defaultbrowser install &&
	pkg_build_slackdesc
}
