summaryrefslogtreecommitdiffstats
path: root/base/gettext/Pkgfile
blob: 33fad8ffdf21ddd2ac887bf3cc32e93e1d839c7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Utilitaire pour l'internationalisation et les locales.
# URL: http://www.gnu.org/software/gettext/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: 

name=gettext
version=0.17
release=1
source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
http://www.linuxfromscratch.org/patches/lfs/development/gettext-0.17-upstream_fixes-2.patch)

build() {
cd $name-$version
patch -Np1 -i ../gettext-0.17-upstream_fixes-2.patch
./configure --prefix=/usr 
make
make DESTDIR=$PKG install
if [ -f $PKG/usr/share/info/dir ]; then
	rm $PKG/usr/share/info/dir
fi
}