From 3c5155056d0c5c55f24ffc937e5b23602aa081d3 Mon Sep 17 00:00:00 2001 From: Sergio Vicari Date: Thu, 18 Aug 2016 06:44:46 +0700 Subject: system/findpkg: Updated for version 20160710. Signed-off-by: Willy Sudiarto Raharjo --- system/findpkg/findpkg.SlackBuild | 15 +++++++-------- system/findpkg/findpkg.info | 4 ++-- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'system/findpkg') 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 -# Copyright 2016 Sergio Vicari +# Copyright 2016 Sergio Vicari # 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="" -- cgit v1.2.3-65-gdbad