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

# source: james
TARBALL=mujs-$PKGVER.tar.gz
MD5SUM=ba876c5c3bff4ef988b405a148ec111e
SRC_URL=https://mujs.com/downloads/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="mujs: mujs $PKGVER (Lightweight Javascript library)
mujs: 
mujs: MuJS is a lightweight Javascript interpreter designed for embedding 
mujs: in other software to extend them with scripting capabilities. MuJS is 
mujs: developed and maintained by Artifex Software.
mujs: 
mujs: https://mujs.com/
mujs: 
mujs: 
mujs: 
mujs: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package

### build
pkg_build() {
	cd /tmp/mujs* &&
	make install prefix=/usr libdir=/usr/$LIBDIR &&
	pkg_build_slackdesc
}
