diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:07:56 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:07:56 +0200 |
commit | cd154c910cab08dd77008db642c90fb8d689280e (patch) | |
tree | 7228cc24485dc02bb35f9401bdfb03bf117f0d4f /base/bison/Pkgfile | |
parent | 4ce5090315f0efcdefdea1d398fc71aa4cddf8ae (diff) | |
download | nutyx-pakxe-cd154c910cab08dd77008db642c90fb8d689280e.tar.gz nutyx-pakxe-cd154c910cab08dd77008db642c90fb8d689280e.tar.bz2 nutyx-pakxe-cd154c910cab08dd77008db642c90fb8d689280e.tar.xz nutyx-pakxe-cd154c910cab08dd77008db642c90fb8d689280e.zip |
maj bison#2.4.2-1
Diffstat (limited to 'base/bison/Pkgfile')
-rwxr-xr-x | base/bison/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/bison/Pkgfile b/base/bison/Pkgfile index 128361780..957420f5f 100755 --- a/base/bison/Pkgfile +++ b/base/bison/Pkgfile @@ -2,12 +2,12 @@ # URL: http://www.gnu.org/software/bison/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=bison -version=2.4.1 +version=2.4.2 release=1 -source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) +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 |