summaryrefslogtreecommitdiffstats
path: root/bison/Pkgfile.old
blob: fd3d9006c4309e046801d2745482dd5d24994cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: The GNU Project parser generator
# URL:         http://www.gnu.org/software/bison/
# Maintainer:  CRUX System Team, core-ports at crux dot nu

name=bison
version=2.4.3
release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)

build() {
    cd $name-$version
    ./configure --prefix=/usr \
                --mandir=/usr/man \
                --disable-nls
    make
    make DESTDIR=$PKG install
    rm -r $PKG/usr/share/info
    rm $PKG/usr/share/bison/README
}