mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
libstrophe: update to 0.8.7.
This commit is contained in:
parent
ace97edfa0
commit
351532b4c2
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libstrophe'
|
# Template file for 'libstrophe'
|
||||||
pkgname=libstrophe
|
pkgname=libstrophe
|
||||||
version=0.8.6
|
version=0.8.7
|
||||||
revision=2
|
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 zlib-devel libressl-devel"
|
makedepends="expat-devel zlib-devel libressl-devel"
|
||||||
|
@ -9,10 +9,9 @@ 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"
|
||||||
homepage="http://strophe.im/libstrophe/"
|
homepage="http://strophe.im/libstrophe/"
|
||||||
|
distfiles="https://github.com/strophe/libstrophe/archive/${version}.tar.gz"
|
||||||
|
checksum=368cd986378712f46838eda24d8d756934259fc8831e55cdd02ad68d53c21e5f
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
git clone git://github.com/strophe/libstrophe ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./bootstrap.sh
|
NOCONFIGURE=1 ./bootstrap.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue