summaryrefslogtreecommitdiffstats
path: root/libunistring/Pkgfile
blob: dbfe6995e96447e3306db8a60440be5b4ecc64d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description:	Librairie fournissant des fonctions pour la manipulation de chaînes de caractères unicode
# URL: http://www.gnu.org/software/bison/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=libunistring
version=0.9.3
release=1
source=(ftp://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
if [ -f $PKG/usr/share/info/dir ]; then
	rm  $PKG/usr/share/info/dir
fi	
}