diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/modprobed-db/modprobed-db.SlackBuild | 7 | ||||
-rw-r--r-- | misc/modprobed-db/modprobed-db.info | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/misc/modprobed-db/modprobed-db.SlackBuild b/misc/modprobed-db/modprobed-db.SlackBuild index 89d9aab860e0..8ce82c9e6dab 100644 --- a/misc/modprobed-db/modprobed-db.SlackBuild +++ b/misc/modprobed-db/modprobed-db.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for modprobed-db -# Copyright 2023 Erich Ritz, Jenks, Oklahoma, USA +# Copyright 2023-2024 Erich Ritz, Jenks, Oklahoma, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=modprobed-db -VERSION=${VERSION:-2.46} +VERSION=${VERSION:-2.48} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -67,6 +67,9 @@ make install DESTDIR=$PKG \ DOCDIR=/usr/doc/$PRGNAM-$VERSION \ MANDIR=/usr/man/man8 +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README.md MIT $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/misc/modprobed-db/modprobed-db.info b/misc/modprobed-db/modprobed-db.info index e555ce88e451..49a9d4180cca 100644 --- a/misc/modprobed-db/modprobed-db.info +++ b/misc/modprobed-db/modprobed-db.info @@ -1,8 +1,8 @@ PRGNAM="modprobed-db" -VERSION="2.46" +VERSION="2.48" HOMEPAGE="https://github.com/graysky2/modprobed-db" -DOWNLOAD="https://github.com/graysky2/modprobed-db/archive/v2.46/modprobed-db-2.46.tar.gz" -MD5SUM="09952534c647205d87de18c7dfa85aca" +DOWNLOAD="https://github.com/graysky2/modprobed-db/archive/v2.48/modprobed-db-2.48.tar.gz" +MD5SUM="ed40319b692d89a98ca12f527eba6f55" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |