libgadu: update to 1.12.2
This commit is contained in:
parent
395b9e3053
commit
b942a88ba0
|
@ -1,17 +1,21 @@
|
||||||
# Template file for 'libgadu'
|
# Template file for 'libgadu'
|
||||||
pkgname=libgadu
|
pkgname=libgadu
|
||||||
version=1.12.1
|
version=1.12.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-c99-vsnprintf"
|
configure_args="--with-c99-vsnprintf"
|
||||||
hostmakedepends="pkg-config perl"
|
hostmakedepends="automake libtool pkg-config perl protobuf-c"
|
||||||
makedepends="gnutls-devel libcurl-devel expat-devel libxml2-devel zlib-devel"
|
makedepends="gnutls-devel libcurl-devel expat-devel libxml2-devel zlib-devel"
|
||||||
short_desc="Gadu-Gadu instant messaging protocol library"
|
short_desc="Gadu-Gadu instant messaging protocol library"
|
||||||
maintainer="Jürgen Buchüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchüller <pullmoll@t-online.de>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="https://www.wasilczyk.pl/en/projects/libgadu/"
|
homepage="https://www.wasilczyk.pl/en/projects/libgadu/"
|
||||||
distfiles="https://github.com/wojtekka/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/wojtekka/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=a2244074a89b587ba545b5d87512d6eeda941fec4a839b373712de93308d5386
|
checksum=f53e703d7ad93ce222dbf7fc0cec77f62813af38817a3678e799e91f1c69c94d
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
libgadu-devel_package() {
|
libgadu-devel_package() {
|
||||||
depends="gnutls-devel zlib-devel ${sourcepkg}>=${version}_${revision}"
|
depends="gnutls-devel zlib-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue