Browse Source

system/profile-cleaner: Upgrade to 2.45.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/258/head
henesy 11 months ago
committed by Willy Sudiarto Raharjo
parent
commit
ca4e6f2a6d
  1. 6
      system/profile-cleaner/profile-cleaner.SlackBuild
  2. 10
      system/profile-cleaner/profile-cleaner.info

6
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

10
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"
Loading…
Cancel
Save