mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/gforth: Updated for version 0.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cbdc818892
commit
3acb169f5c
3 changed files with 15 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
diff -Nur gforth-0.7.2/Makefile.in gforth-0.7.2.new/Makefile.in
|
||||
--- gforth-0.7.2/Makefile.in 2013-02-24 17:38:34.965892542 +0000
|
||||
+++ gforth-0.7.2.new/Makefile.in 2013-02-25 13:36:38.227716339 +0000
|
||||
diff -Nur gforth-0.7.3/Makefile.in gforth-0.7.3.new/Makefile.in
|
||||
--- gforth-0.7.3/Makefile.in 2013-02-24 17:38:34.965892542 +0000
|
||||
+++ gforth-0.7.3.new/Makefile.in 2013-02-25 13:36:38.227716339 +0000
|
||||
@@ -60,7 +60,7 @@
|
||||
MASSAGE_EXE = @MASSAGE_EXE@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
# Slackware build script for gforth
|
||||
|
||||
# Written by Zbigniew Baniewski, <Zbigniew.Baniewski@gmail.com>
|
||||
# Written by Zbigniew Baniewski, <Zbigniew [dot] Baniewski [at] gmail [dot] com>
|
||||
|
||||
PRGNAM=gforth
|
||||
VERSION=0.7.2
|
||||
VERSION=${VERSION:-0.7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -49,10 +49,10 @@ patch -p0 < $CWD/01-Makefile.in.patch
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Fix old-style flag
|
||||
sed -i "s/-m486/-mtune=i486/g" configure.in
|
||||
|
@ -69,7 +69,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
@ -79,9 +79,7 @@ rm -f $PKG/usr/info/dir
|
|||
gzip -9 $PKG/usr/info/*.info*
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
doc/gforth.ps AUTHORS BUGS COPYING* ChangeLog NEWS* README* \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a doc/gforth.ps AUTHORS BUGS COPYING* ChangeLog NEWS* README* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gforth"
|
||||
VERSION="0.7.2"
|
||||
VERSION="0.7.3"
|
||||
HOMEPAGE="http://www.gnu.org/software/gforth/"
|
||||
DOWNLOAD="http://www.complang.tuwien.ac.at/forth/gforth/gforth-0.7.2.tar.gz"
|
||||
MD5SUM="96f2354ec8c4005e1a54035586ed683e"
|
||||
DOWNLOAD="http://www.complang.tuwien.ac.at/forth/gforth/gforth-0.7.3.tar.gz"
|
||||
MD5SUM="ff484391e5cdf405867fcf96341820ab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Zbigniew Baniewski"
|
||||
EMAIL="Zbigniew.Baniewski@gmail.com"
|
||||
EMAIL="Zbigniew [dot] Baniewski [at] gmail [dot] com"
|
||||
|
|
Loading…
Reference in a new issue