aboutsummaryrefslogtreecommitdiff
path: root/libraries/libowfat/libowfat.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libowfat/libowfat.SlackBuild')
-rw-r--r--libraries/libowfat/libowfat.SlackBuild17
1 files changed, 7 insertions, 10 deletions
diff --git a/libraries/libowfat/libowfat.SlackBuild b/libraries/libowfat/libowfat.SlackBuild
index 32a8ffd4ae..bbb25eea86 100644
--- a/libraries/libowfat/libowfat.SlackBuild
+++ b/libraries/libowfat/libowfat.SlackBuild
@@ -25,6 +25,11 @@
#
# Markus Reichelt (email removed)
+# 20250513 bkw:
+# - update for v0.34.
+# - remove profile scripts.
+# - dietlibc is now required.
+
# 20230708 bkw: BUILD=2
# - new maintainer.
# - allow DIET=no (because I will never remember to use uppercase NO).
@@ -32,8 +37,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libowfat
-VERSION=${VERSION:-0.33}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.34}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -85,14 +90,6 @@ make Makefile
make $OPT
make install prefix=$PKG/opt/diet/ LIBDIR=$PKG/opt/diet/lib-$LIBARCH
-# 20230708 bkw: technically these profile scripts conflict with the
-# dietlibc package. However, they're identical in both packages, so
-# I don't see it as a problem.
-mkdir -p $PKG/etc/profile.d
-cat $CWD/profile.d/dietlibc.sh > $PKG/etc/profile.d/dietlibc.sh
-cat $CWD/profile.d/dietlibc.csh > $PKG/etc/profile.d/dietlibc.csh
-chmod 0755 $PKG/etc/profile.d/*
-
#avoid possible conflict - have a look at /etc/man.conf
mv $PKG/opt/diet/man/man3/buffer.3 $PKG/opt/diet/man/man3/buffer-libowfat.3