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

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

SLACKREQ='gtk2' # 
SLACKDESC='isomaster: isomaster 1.3.11 (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: 
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
}
