diff options
Diffstat (limited to 'extra/gnuchess/Pkgfile')
-rw-r--r-- | extra/gnuchess/Pkgfile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/extra/gnuchess/Pkgfile b/extra/gnuchess/Pkgfile index df0d29a2b..251d24f1f 100644 --- a/extra/gnuchess/Pkgfile +++ b/extra/gnuchess/Pkgfile @@ -6,17 +6,13 @@ # Run on: readline name=gnuchess -version=5.07 +version=5.08 release=1 group=app -source=(ftp://ftp.gnu.org/pub/gnu/chess/$name-$version.tar.gz - http://nutyx.meticul.eu/files/patchs/$name/gnuchess-gcc4.patch - http://nutyx.meticul.eu/files/patchs/$name/gnuchess-glibc210.patch) +source=(ftp://ftp.gnu.org/pub/gnu/chess/$name-$version.tar.gz) build() { cd $name-$version - patch -Np1 -i ../gnuchess-gcc4.patch - patch -Np0 -i ../gnuchess-glibc210.patch ./configure --prefix=/usr make make prefix=$PKG/usr install |