summaryrefslogtreecommitdiffstats
path: root/libidn/Pkgfile
blob: dcc0cb0089b976c0104cf7538eaf01fd1ea43369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Conçu pour l'internationalisation des chaînes de caractères
# URL: http://www.gnu.org/software/libidn/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=libidn
version=1.25
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
	rm $PKG/usr/share/info/{dir,libidn-components.png}
}