summaryrefslogtreecommitdiffstats
path: root/base/bison/Pkgfile
blob: cdd82ec383697a0cadbb2c3c58905587ff33e3ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description:	Le convertisseur parseur du projet GNU
# URL:         	http://www.gnu.org/software/bison/
# Maintainer:	NuTyX core team
# Packager:	thierryn1 at hispeed dot ch

name=bison
version=2.4.3
release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2\
	http://www.linuxfromscratch.org/patches/lfs/development/bison-2.4.2-gcc-1.patch)

build() {
cd $name-$version
./configure --prefix=/usr\
	--mandir=/usr/share/man\
	--infodir=/usr/share/info
echo '#define YYENABLE_NLS 1' >> config.h
make
make DESTDIR=$PKG install
if [ -f $PKG/usr/share/info/dir ]; then
	rm  $PKG/usr/share/info/dir
fi	
}