opt/libidn/Pkgfile

23 lines
483 B
Plaintext
Raw Normal View History

# Description: Provides support for IETF Internationalized Domain Names (IDN).
# URL: http://www.gnu.org/software/libidn/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Daniel Mueller, daniel at danm dot de
name=libidn
2016-07-26 12:17:58 +02:00
version=1.33
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls \
--disable-static
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}