summaryrefslogtreecommitdiffstats
path: root/system/findpkg
diff options
context:
space:
mode:
author Sergio Vicari <devteamtuc@gmail.com>2016-08-18 06:44:46 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-20 07:49:48 +0700
commit3c5155056d0c5c55f24ffc937e5b23602aa081d3 (patch)
treec4c14e78c77010a78007f84f34146da335bdca5d /system/findpkg
parent38d24618309902ce70a5340e6885757beb35d591 (diff)
downloadslackbuilds-3c5155056d0c5c55f24ffc937e5b23602aa081d3.tar.gz
slackbuilds-3c5155056d0c5c55f24ffc937e5b23602aa081d3.tar.xz
system/findpkg: Updated for version 20160710.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/findpkg')
-rw-r--r--system/findpkg/findpkg.SlackBuild15
-rw-r--r--system/findpkg/findpkg.info4
2 files changed, 9 insertions, 10 deletions
diff --git a/system/findpkg/findpkg.SlackBuild b/system/findpkg/findpkg.SlackBuild
index 36fcaa220e..d61b6565ae 100644
--- a/system/findpkg/findpkg.SlackBuild
+++ b/system/findpkg/findpkg.SlackBuild
@@ -1,9 +1,8 @@
#!/bin/sh
# Slackware build script for findpkg
-# Written by Sergio Vicari <sercari@esdebian.org>
-# Copyright 2016 Sergio Vicari <sercari@esdebian.org>
+# Copyright 2016 Sergio Vicari <devteamtuc@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,9 +22,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
PRGNAM=findpkg
-VERSION=${VERSION:-20160710}
+VERSION=${VERSION:-20160817}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,15 +52,16 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/usr/bin
-cp $TMP/$PRGNAM-$VERSION/$PRGNAM/$PRGNAM $PKG/usr/bin/$PRGNAM
+cp $TMP/$PRGNAM-$VERSION/$PRGNAM-$VERSION/$PRGNAM $PKG/usr/bin/$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cat $TMP/$PRGNAM-$VERSION/$PRGNAM/gpl.txt > $PKG/usr/doc/$PRGNAM-$VERSION/gpl.txt
-cat $TMP/$PRGNAM-$VERSION/$PRGNAM/README.txt > $PKG/usr/doc/$PRGNAM-$VERSION/README.txt
+cat $TMP/$PRGNAM-$VERSION/$PRGNAM-$VERSION/gpl.txt > $PKG/usr/doc/$PRGNAM-$VERSION/gpl.txt
+cat $TMP/$PRGNAM-$VERSION/$PRGNAM-$VERSION/changelog.txt > $PKG/usr/doc/$PRGNAM-$VERSION/changelog.txt
+cat $TMP/$PRGNAM-$VERSION/$PRGNAM-$VERSION/README.txt > $PKG/usr/doc/$PRGNAM-$VERSION/README.txt
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/usr/man/man8
-cat $TMP/$PRGNAM-$VERSION/$PRGNAM/$PRGNAM.8.gz > $PKG/usr/man/man8/$PRGNAM.8.gz
+cat $TMP/$PRGNAM-$VERSION/$PRGNAM-$VERSION/$PRGNAM.8.gz > $PKG/usr/man/man8/$PRGNAM.8.gz
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/system/findpkg/findpkg.info b/system/findpkg/findpkg.info
index 9f0fa9aa4d..9e66d8c6d2 100644
--- a/system/findpkg/findpkg.info
+++ b/system/findpkg/findpkg.info
@@ -1,8 +1,8 @@
PRGNAM="findpkg"
VERSION="20160710"
HOMEPAGE="https://sourceforge.net/projects/findpkg"
-DOWNLOAD="http://downloads.sourceforge.net/project/findpkg/source/findpkg-20160710.tar.gz"
-MD5SUM="2cb7f81fe53061d5a982325881e714e1"
+DOWNLOAD="http://downloads.sourceforge.net/project/findpkg/source/findpkg-20160817.tar.gz"
+MD5SUM="3d0a592d386eb673e634f188a51efbad"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""