libstrophe-git: bump and switch to libressl.
This commit is contained in:
parent
7b35e8645f
commit
bb0db6ba15
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libstrophe-git'
|
# Template file for 'libstrophe-git'
|
||||||
pkgname=libstrophe-git
|
pkgname=libstrophe-git
|
||||||
version=20140203
|
version=20140804
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config git"
|
hostmakedepends="automake libtool pkg-config git"
|
||||||
makedepends="expat-devel openssl-devel"
|
makedepends="expat-devel zlib-devel libressl-devel"
|
||||||
short_desc="A minimal XMPP library written in C"
|
short_desc="A minimal XMPP library written in C"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
@ -13,7 +13,6 @@ homepage="http://strophe.im/libstrophe/"
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone git://github.com/strophe/libstrophe ${pkgname}-${version}
|
git clone git://github.com/strophe/libstrophe ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
touch NEWS README AUTHORS ChangeLog
|
touch NEWS README AUTHORS ChangeLog
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in a new issue