New package: clens-0.7.0.

This commit is contained in:
Juan RP 2014-07-13 10:25:48 +02:00
parent fd7ddbffbb
commit f3c4b23121

19
srcpkgs/clens/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'clens'
pkgname=clens
version=0.7.0
revision=1
makedepends="libbsd-devel"
short_desc="Convenience library to aid in porting code from OpenBSD"
maintainer="Juan RP <xtraeme@gmail.com>"
license="ISC"
homepage="https://opensource.conformal.com/wiki/clens"
distfiles="https://opensource.conformal.com/snapshots/clens/clens-${version}.tar.gz"
checksum=064ac9954d38633e2cff6b696fd049dedc3e90b79acffbee1a87754bcf604267
do_build() {
mkdir -p obj
make ${makejobs} CC=$CC LOCALBASE=/usr
}
do_install() {
make DESTDIR=${DESTDIR} LOCALBASE=/usr install
}