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

# source: james
TARBALL=mlock-0.2.tar.bz2
MD5SUM=994db15e5e8330f4c85a8325a7eba00d
SRC_URL=http://www.andre-simon.de/zip/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='mlock: mlock 0.2 (read/write miniLock files)  
mlock:  
mlock: mlock is a fast native implementation of the minilock file format. 
mlock: Despite its name (and in contrast to the original implementation), it 
mlock: can also handle BIG files.  
mlock: 
mlock: 
mlock: 
mlock: 
mlock: 
mlock: http://www.andre-simon.de/doku/mlock/en/mlock.php
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/mlock*
	make $MAKEFLAGS && make install &&
	pkg_build_slackdesc
}
