New package: libstrophe-git.
This commit is contained in:
parent
0204eca457
commit
cf92624b92
1 changed files with 20 additions and 0 deletions
20
srcpkgs/libstrophe-git/template
Normal file
20
srcpkgs/libstrophe-git/template
Normal file
|
@ -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 <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
|
||||
}
|
Loading…
Reference in a new issue