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

# source: james
TARBALL=haserl-0.9.35.tar.gz
MD5SUM=918f0b4f6cec0b438c8b5c78f2989010
SRC_URL=http://downloads.sourceforge.net/haserl/$TARBALL
BUNDLE=

SLACKREQ='lua'
SLACKDESC='haserl: haserl 0.9.35 (CGI shell/lua interpreter)  
haserl:  
haserl: Haserl is a small program that uses shell or Lua script to create cgi 
haserl: web scripts. It is intended for environments where PHP or ruby are too 
haserl: big. 
haserl: 
haserl: 
haserl: 
haserl: 
haserl: 
haserl:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --with-lua"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


