31 lines
875 B
Bash
31 lines
875 B
Bash
# Template file for 'libidn2'
|
|
pkgname=libidn2
|
|
version=2.1.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake gettext-devel libtool pkg-config"
|
|
makedepends="libunistring-devel"
|
|
short_desc="Internationalized string handling library"
|
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
|
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=95416080329298a13269e13175041b530cec3d98b54cafae9424b8dfd22078b1
|
|
|
|
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"
|
|
}
|
|
}
|