diff options
author | Lukc <lukc@upyum.com> | 2010-12-12 04:11:11 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-12 04:11:11 +0100 |
commit | abb6804a2c95065cbc228c3726781d44ed04e6cd (patch) | |
tree | 00f8d39970426ce7a8a0dbc791a8216cb73fcaa5 /bison/Pkgfile | |
parent | 0ac079b495f282df9174a27bd3f91cb8ec32ff7a (diff) | |
download | base-abb6804a2c95065cbc228c3726781d44ed04e6cd.tar.gz base-abb6804a2c95065cbc228c3726781d44ed04e6cd.tar.bz2 base-abb6804a2c95065cbc228c3726781d44ed04e6cd.tar.xz base-abb6804a2c95065cbc228c3726781d44ed04e6cd.zip |
Recette de bison retir?e.
Diffstat (limited to 'bison/Pkgfile')
-rw-r--r-- | bison/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/bison/Pkgfile b/bison/Pkgfile deleted file mode 100644 index d9dfa4b..0000000 --- a/bison/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -description="The GNU Project parser generator" -packager="" -maintainer="CRUX System Team, core-ports at crux dot nu" -url="http://www.gnu.org/software/bison/" -depends=() - -name=bison -version=2.4.3 -release=1 -source=(ftp://ftp.gnu.org/gnu/bison/bison-2.4.3.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 -} |