From f3c4b2312180f93483043ce8a38debbc8655c59b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 13 Jul 2014 10:25:48 +0200 Subject: [PATCH] New package: clens-0.7.0. --- srcpkgs/clens/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/clens/template diff --git a/srcpkgs/clens/template b/srcpkgs/clens/template new file mode 100644 index 0000000000..b337ce2ccc --- /dev/null +++ b/srcpkgs/clens/template @@ -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 " +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 +}