From 2fa0b6db328f2564a7b5ccc16b6a693aff458099 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Nov 2014 08:32:59 +0100 Subject: [PATCH] New package: urlmatch-git. --- srcpkgs/urlmatch-git/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/urlmatch-git/template diff --git a/srcpkgs/urlmatch-git/template b/srcpkgs/urlmatch-git/template new file mode 100644 index 0000000000..4197928c77 --- /dev/null +++ b/srcpkgs/urlmatch-git/template @@ -0,0 +1,19 @@ +# Template file for 'urlmatch-git' +pkgname=urlmatch-git +version=20141116 +revision=1 +build_style=gnu-makefile +hostmakedepends="git" +makedepends="zlib-devel" +short_desc="A fast URL matcher library (git snapshot)" +maintainer="Juan RP " +license="AGPL-3" +homepage="https://github.com/clbr/urlmatch" + +do_fetch() { + git clone git://github.com/clbr/urlmatch ${wrksrc} +} +do_install() { + vinstall urlmatch.h 644 usr/include + vinstall liburlmatch.a 644 usr/lib +}