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

# BLFS 11.3
TARBALL=duktape-$PKGVER.tar.xz
MD5SUM=b3200b02ab80125b694bae887d7c1ca6
SRC_URL=https://duktape.org/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="duktape: duktape $PKGVER (Javascript engine)
duktape: 
duktape: duktape is an embeddable Javascript engine, with a focus on 
duktape: portability and compact footprint.
duktape: 
duktape: https://duktape.org/
duktape: 
duktape: 
duktape: 
duktape: 
duktape: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/duktape* &&	
	make -f Makefile.sharedlibrary INSTALL_PREFIX=/usr &&
	make -f Makefile.sharedlibrary INSTALL_PREFIX=/usr install &&
	pkg_build_slackdesc
}


