void-packages/srcpkgs/libgadu/template
Đoàn Trần Công Danh a92d370caa srcpkgs: add patch_args=-Np0 en-mass
Generated with:

	git ls-files 'srcpkgs/**/patches/*' |
	cut -d/ -f2 | uniq |
	xargs printf 'srcpkgs/%s/template\n'  |
	xargs grep -L 'patch_args=' |
	xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
2021-06-20 13:17:29 +07:00

30 lines
953 B
Bash

# Template file for 'libgadu'
pkgname=libgadu
version=1.12.2
revision=2
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="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-only"
homepage="https://www.wasilczyk.pl/en/projects/libgadu/"
distfiles="https://github.com/wojtekka/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=f53e703d7ad93ce222dbf7fc0cec77f62813af38817a3678e799e91f1c69c94d
patch_args=-Np0
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"
}
}