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
2020-01-08 14:45:54 +01:00
version=2.3.0
2018-09-08 17:16:39 +02:00
release=1
source=(https://ftp.gnu.org/gnu/libidn/$name-$version.tar.lz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{gtk-doc,info}
}