opt/libidn2/Pkgfile

23 lines
455 B
Plaintext
Raw Normal View History

2018-09-08 17:16:39 +02:00
# Description: Provides support for IETF Internationalized Domain Names (IDN).
# URL: http://www.gnu.org/software/libidn/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libunistring
name=libidn2
2022-07-14 09:00:28 +02:00
version=2.3.3
2018-09-08 17:16:39 +02:00
release=1
2021-07-03 12:52:13 +02:00
source=(https://ftp.gnu.org/gnu/libidn/$name-$version.tar.gz)
2018-09-08 17:16:39 +02:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{gtk-doc,info}
}