diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/profile-cleaner/profile-cleaner.SlackBuild | 6 | ||||
-rw-r--r-- | system/profile-cleaner/profile-cleaner.info | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/system/profile-cleaner/profile-cleaner.SlackBuild b/system/profile-cleaner/profile-cleaner.SlackBuild index b8d606bed5d1e..e13332a23c719 100644 --- a/system/profile-cleaner/profile-cleaner.SlackBuild +++ b/system/profile-cleaner/profile-cleaner.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for "profile-cleaner". +# Copyright 2024 Sean Hinchee # Copyright 2015 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # @@ -31,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=profile-cleaner -VERSION=${VERSION:-2.35} +VERSION=${VERSION:-2.45} ARCH=noarch BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -66,6 +67,9 @@ sed -i '/MANDIR/s#/share##g' Makefile make make install DESTDIR=$PKG +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 LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/profile-cleaner/profile-cleaner.info b/system/profile-cleaner/profile-cleaner.info index f3ec9839bdff3..1be88b55ee08d 100644 --- a/system/profile-cleaner/profile-cleaner.info +++ b/system/profile-cleaner/profile-cleaner.info @@ -1,10 +1,10 @@ PRGNAM="profile-cleaner" -VERSION="2.35" +VERSION="2.45" HOMEPAGE="https://github.com/graysky2/profile-cleaner/" -DOWNLOAD="https://github.com/graysky2/profile-cleaner/archive/v2.35/profile-cleaner-2.35.tar.gz" -MD5SUM="023544be8d6514e9534d63db1115a7ca" +DOWNLOAD="https://github.com/graysky2/profile-cleaner/archive/v2.45/profile-cleaner-2.45.tar.gz" +MD5SUM="6a956c0e362232d8583a445aefd6cd10" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Marcel Saegebarth" -EMAIL="marc@mos6581.de" +MAINTAINER="Sean Hinchee" +EMAIL="henesy.dev@gmail.com" |