From cf92624b921703e679481528ab16fe69ce5d120e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 3 Feb 2014 15:52:35 +0100 Subject: [PATCH] New package: libstrophe-git. --- srcpkgs/libstrophe-git/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/libstrophe-git/template diff --git a/srcpkgs/libstrophe-git/template b/srcpkgs/libstrophe-git/template new file mode 100644 index 00000000000..c93836d7be6 --- /dev/null +++ b/srcpkgs/libstrophe-git/template @@ -0,0 +1,20 @@ +# Template file for 'libstrophe-git' +pkgname=libstrophe-git +version=20140203 +revision=1 +build_style=gnu-configure +hostmakedepends="automake libtool pkg-config" +makedepends="expat-devel openssl-devel" +short_desc="A minimal XMPP library written in C" +maintainer="Juan RP " +license="GPL-3" +homepage="http://strophe.im/libstrophe/" + +do_fetch() { + git clone git://github.com/strophe/libstrophe ${pkgname}-${version} +} + +pre_configure() { + touch NEWS README AUTHORS ChangeLog + autoreconf -fi +}