aboutsummaryrefslogtreecommitdiff
path: root/development/yabasic
diff options
context:
space:
mode:
Diffstat (limited to 'development/yabasic')
-rw-r--r--development/yabasic/slack-desc2
-rw-r--r--development/yabasic/yabasic.SlackBuild11
-rw-r--r--development/yabasic/yabasic.desktop2
-rw-r--r--development/yabasic/yabasic.info6
4 files changed, 9 insertions, 12 deletions
diff --git a/development/yabasic/slack-desc b/development/yabasic/slack-desc
index 6feacee5a2..1e105c1fa2 100644
--- a/development/yabasic/slack-desc
+++ b/development/yabasic/slack-desc
@@ -15,5 +15,5 @@ yabasic: libraries written in C and allows to create standalone programs.
yabasic: Yabasic runs under Unix and Windows and has a comprehensive
yabasic: documentation; it is small, simple, open-source and free.
yabasic:
-yabasic: Yabasic is very well documented.
+yabasic:
yabasic:
diff --git a/development/yabasic/yabasic.SlackBuild b/development/yabasic/yabasic.SlackBuild
index 3376a7beb8..21ff3f4730 100644
--- a/development/yabasic/yabasic.SlackBuild
+++ b/development/yabasic/yabasic.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for yabasic
-# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal
+# Copyright 2023-2025 Antonio Leal, Porto Salvo, Oeiras, Portugal
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=yabasic
-VERSION=${VERSION:-2.90.4}
+VERSION=${VERSION:-2.91.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -50,16 +50,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
fi
set -e
@@ -77,7 +73,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./configure
-make
+CFLAGS="$SLKCFLAGS" make
make check
make install DESTDIR=$PKG
@@ -94,6 +90,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cp yabasic.htm $PKG/usr/doc/$PRGNAM-$VERSION
+chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/yabasic.htm
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/development/yabasic/yabasic.desktop b/development/yabasic/yabasic.desktop
index d76280099a..cfa636333f 100644
--- a/development/yabasic/yabasic.desktop
+++ b/development/yabasic/yabasic.desktop
@@ -2,7 +2,7 @@
Name=Yabasic
GenericName=Yabasic
Exec=yabasic
-Icon=yabasic.png
+Icon=yabasic
Terminal=true
Type=Application
Categories=Development
diff --git a/development/yabasic/yabasic.info b/development/yabasic/yabasic.info
index 403a1bb6fc..bcf340cccc 100644
--- a/development/yabasic/yabasic.info
+++ b/development/yabasic/yabasic.info
@@ -1,8 +1,8 @@
PRGNAM="yabasic"
-VERSION="2.90.4"
+VERSION="2.91.4"
HOMEPAGE="http://2484.de/yabasic/"
-DOWNLOAD="http://2484.de/yabasic/download/yabasic-2.90.4.tar.gz"
-MD5SUM="c7bef6160a4f4140d0edced4e9e30ffc"
+DOWNLOAD="http://2484.de/yabasic/download/yabasic-2.91.4.tar.gz"
+MD5SUM="5b4e0291d28ad8acf94931929bb2ec46"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""