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

# source: james
TARBALL=innoextract-$PKGVER.tar.gz
MD5SUM=17611d58ed51b8511639e5965c1585c5
SRC_URL=http://constexpr.org/innoextract/files/$TARBALL
BUNDLE=

SLACKREQ='libboost-common'
SLACKDESC="innoextract: innoextract $PKGVER (InnoSetup extractor)
innoextract: 
innoextract: Inno Setup is a tool to create installers for Microsoft Windows 
innoextract: applications. innoextract allows to extract such installers under 
innoextract: non-windows systems without running the actual installer using Wine. 
innoextract: innoextract currently supports installers created by Inno Setup 
innoextract: 1.2.10 to 5.5.9.
innoextract: 
innoextract: http://constexpr.org/innoextract/
innoextract: 
innoextract: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_cmake &&
	pkg_build_slackdesc
}


