void-packages/srcpkgs/libidn2/template
Nathan Owens 4f91de467c libidn2: update to 2.3.0
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-11-21 10:58:30 +01:00

32 lines
863 B
Bash

# Template file for 'libidn2'
pkgname=libidn2
version=2.3.0
revision=1
build_style=gnu-configure
hostmakedepends="automake gettext-devel libtool pkg-config"
makedepends="libunistring-devel"
short_desc="Internationalized string handling library"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later, LGPL-3.0-or-later"
homepage="https://www.gnu.org/software/libidn/#libidn2"
distfiles="${GNU_SITE}/libidn/libidn2-${version}.tar.gz"
checksum=e1cb1db3d2e249a6a3eb6f0946777c2e892d5c5dc7bd91c74394fc3a01cab8b5
pre_configure() {
autoreconf -if
}
libidn2-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/man/man3
vmove usr/share/gtk-doc
vmove usr/share/info
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}