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

# source: james
TARBALL=liblockfile-$PKGVER.tar.gz
MD5SUM=c573765a62bccd9061a922e0acdaf04f
SRC_URL=https://github.com/miquels/liblockfile/archive/v${PKGVER}.tar.gz
BUNDLE=

SLACKREQ='' 
SLACKDESC="liblockfile: liblockfile $PKGVER (NFS-save lockfile library)
liblockfile: 
liblockfile: This library implements a number of functions found in -lmail on SysV 
liblockfile: systems. These functions are designed to lock the standard mailboxes 
liblockfile: in /var/mail (or wherever the system puts them).
liblockfile:
liblockfile: Static library only.
liblockfile: 
liblockfile: https://github.com/miquels/liblockfile
liblockfile: 
liblockfile: 
"

### default pkg_download
### default pk_prepare
### default pkg_package
### build
pkg_build() {
	CFLAGS="$CFLAGS -fPIC"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
