Browse Source
development/pforth: Updated for version 2.0.1.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/196/head
Zbigniew Baniewski
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
4 changed files with
9 additions and
15 deletions
-
development/pforth/README
-
development/pforth/pforth-build.patch
-
development/pforth/pforth.SlackBuild
-
development/pforth/pforth.info
|
|
@ -5,3 +5,6 @@ BeOS, Nokia Communicator, SGI Indys, 3DO ARM systems, 3DO PowerPC |
|
|
|
systems, WebTV systems, Hitachi SH4, OpenTV prototypes, Compaq Ipaq |
|
|
|
3970, Sharp LH79520 ARM processor, Ciena Systems networking hardware, |
|
|
|
and some internal projects at Lucent. |
|
|
|
|
|
|
|
Note: either use pforth_standalone binary, or add to .bashrc the line |
|
|
|
alias pforth='pforth -d /usr/share/pforth/2.0.1/pforth.dic' |
|
|
@ -1,10 +0,0 @@ |
|
|
|
--- Makefile.orig 2012-09-19 08:11:17.879915524 +0700
|
|
|
|
+++ Makefile 2012-09-19 08:11:34.512682577 +0700
|
|
|
|
@@ -24,7 +24,6 @@
|
|
|
|
WIDTHOPT= |
|
|
|
|
|
|
|
FULL_WARNINGS = \ |
|
|
|
- -c89 \
|
|
|
|
-fsigned-char \ |
|
|
|
-fno-builtin \ |
|
|
|
-fno-unroll-loops \ |
|
|
@ -13,7 +13,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=pforth |
|
|
|
VERSION=${VERSION:-20220221_6aa1010} |
|
|
|
VERSION=${VERSION:-2.0.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -71,7 +71,8 @@ CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" cmake . |
|
|
|
make VERBOSE=1 |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a *.txt $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a license.txt $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a *.md $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/bin $PKG/usr/share/pforth/${VERSION} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="pforth" |
|
|
|
VERSION="20220221_6aa1010" |
|
|
|
VERSION="2.0.1" |
|
|
|
HOMEPAGE="http://www.softsynth.com/pforth/" |
|
|
|
DOWNLOAD="https://ponce.cc/slackware/sources/repo/pforth-20220221_6aa1010.tar.xz" |
|
|
|
MD5SUM="bce83a9611eecd9bebafccf114db4afa" |
|
|
|
DOWNLOAD="https://github.com/philburk/pforth/archive/v2.0.1/pforth-2.0.1.tar.gz" |
|
|
|
MD5SUM="f4fccd7a12778bf799c2a937591fb0f9" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|