void-packages/srcpkgs/libstrophe-git/template

20 lines
521 B
Plaintext

# Template file for 'libstrophe-git'
pkgname=libstrophe-git
version=20140804
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config git"
makedepends="expat-devel zlib-devel libressl-devel"
short_desc="A minimal XMPP library written in C"
maintainer="Juan RP <xtraeme@gmail.com>"
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
}