From a3c7c827d74a1744aae0f6a171d4e2241233d244 Mon Sep 17 00:00:00 2001 From: Pablo Santamaria Date: Sun, 9 Feb 2014 09:01:12 +0700 Subject: system/makepasswd: Updated for version 0.5.3. Signed-off-by: Willy Sudiarto Raharjo --- system/makepasswd/makepasswd.SlackBuild | 8 ++++++-- system/makepasswd/makepasswd.info | 8 ++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/system/makepasswd/makepasswd.SlackBuild b/system/makepasswd/makepasswd.SlackBuild index dba6eb4879..523b2f2879 100644 --- a/system/makepasswd/makepasswd.SlackBuild +++ b/system/makepasswd/makepasswd.SlackBuild @@ -5,7 +5,7 @@ # Written by Pablo Santamaria (pablosantamaria@gmail.com) PRGNAM=makepasswd -VERSION=${VERSION:-0.5.0} +VERSION=${VERSION:-0.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,11 +52,15 @@ find -L . \ -exec chmod 644 {} \; make CFLAGS="$SLKCFLAGS" -make PREFIX=$PKG/usr install +make PREFIX=$PKG/usr DATADIR=$PKG/usr MANDIR=$PKG/usr/man install +rm -rf $PKG/usr/doc # nothing useful find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \ grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +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 cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/makepasswd/makepasswd.info b/system/makepasswd/makepasswd.info index 7ffedbc867..bbcb0682b7 100644 --- a/system/makepasswd/makepasswd.info +++ b/system/makepasswd/makepasswd.info @@ -1,8 +1,8 @@ PRGNAM="makepasswd" -VERSION="0.5.0" -HOMEPAGE="http://defora.org/os/category/3499/makepasswd" -DOWNLOAD="http://defora.org/os/download/download/3500/makepasswd-0.5.0.tar.gz" -MD5SUM="539837def561227e4b5ec286ee33b41c" +VERSION="0.5.3" +HOMEPAGE="http://defora.org/os/download/641" +DOWNLOAD="http://defora.org/os/download/download/4323/makepasswd-0.5.3.tar.gz" +MD5SUM="f9303ba52592555a45b11e35779ca11f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3