contrib/libidn/Pkgfile

24 lines
525 B
Plaintext
Raw Normal View History

2006-11-23 17:17:10 +01:00
# Description: Provides support for IETF Internationalized Domain Names (IDN).
# URL: http://www.gnu.org/software/libidn/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2006-11-23 17:17:10 +01:00
# Packager: Daniel Mueller, daniel at danm dot de
name=libidn
2010-03-27 12:38:59 +01:00
version=1.17
2006-11-23 17:17:10 +01:00
release=1
2009-01-23 22:12:35 +01:00
source=(ftp://alpha.gnu.org/pub/gnu/$name/$name-$version.tar.gz)
2006-11-23 17:17:10 +01:00
build() {
2009-01-23 22:12:35 +01:00
cd $name-$version
2006-11-23 17:17:10 +01:00
./configure \
--prefix=/usr \
2006-12-04 15:15:32 +01:00
--mandir=/usr/man \
--disable-nls \
2007-10-03 02:50:22 +02:00
--disable-static
2006-11-23 17:17:10 +01:00
2007-03-06 15:23:21 +01:00
make
make DESTDIR=$PKG install
2008-01-12 02:30:54 +01:00
rm -r $PKG/usr/share/info
2006-11-23 17:17:10 +01:00
}