30 lines
942 B
Bash
30 lines
942 B
Bash
# Template file for 'libgadu'
|
|
pkgname=libgadu
|
|
version=1.12.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-c99-vsnprintf"
|
|
hostmakedepends="automake libtool pkg-config perl protobuf-c"
|
|
makedepends="gnutls-devel libcurl-devel expat-devel libxml2-devel zlib-devel"
|
|
short_desc="Gadu-Gadu instant messaging protocol library"
|
|
maintainer="Jürgen Buchüller <pullmoll@t-online.de>"
|
|
license="LGPL-2.1"
|
|
homepage="https://www.wasilczyk.pl/en/projects/libgadu/"
|
|
distfiles="https://github.com/wojtekka/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
|
checksum=f53e703d7ad93ce222dbf7fc0cec77f62813af38817a3678e799e91f1c69c94d
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
libgadu-devel_package() {
|
|
depends="gnutls-devel zlib-devel ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|