diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-07 18:43:49 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 08:55:31 -0500 |
commit | f606ef93a77c4d075c8ea59bb05fe0d07a9418cc (patch) | |
tree | 6ad399a1cc51efc3cbcf1fbe1dc59e6b174f6b2b /development/help2man | |
parent | 6594db522d679a485fec58cd165f62b8c55a3c00 (diff) | |
download | slackbuilds-f606ef93a77c4d075c8ea59bb05fe0d07a9418cc.tar.gz |
development/help2man: Updated for version 1.40.11.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/help2man')
-rw-r--r-- | development/help2man/README | 2 | ||||
-rw-r--r-- | development/help2man/help2man.SlackBuild | 9 | ||||
-rw-r--r-- | development/help2man/help2man.info | 6 |
3 files changed, 7 insertions, 10 deletions
diff --git a/development/help2man/README b/development/help2man/README index 0b4582958e..67eebcb417 100644 --- a/development/help2man/README +++ b/development/help2man/README @@ -1,4 +1,2 @@ help2man is a tool for automatically generating simple manual pages from program output. - -help2man requires locale-gettext available on SlackBuilds.org. diff --git a/development/help2man/help2man.SlackBuild b/development/help2man/help2man.SlackBuild index 22bdd5fc08..995097e91e 100644 --- a/development/help2man/help2man.SlackBuild +++ b/development/help2man/help2man.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=help2man -VERSION=${VERSION:-1.36.4} +VERSION=${VERSION:-1.40.11} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -78,6 +78,7 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ + --infodir=/usr/info \ --mandir=/usr/man make @@ -86,10 +87,8 @@ make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +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 rm -f $PKG/usr/info/dir gzip -9 $PKG/usr/info/*.info* diff --git a/development/help2man/help2man.info b/development/help2man/help2man.info index dda4aabcb6..675b6cc152 100644 --- a/development/help2man/help2man.info +++ b/development/help2man/help2man.info @@ -1,8 +1,8 @@ PRGNAM="help2man" -VERSION="1.36.4" +VERSION="1.40.11" HOMEPAGE="http://www.gnu.org/software/help2man" -DOWNLOAD="http://ftp.gnu.org/gnu/help2man/help2man-1.36.4.tar.gz" -MD5SUM="d31a0a38c2ec71faa06723f6b8bd3076" +DOWNLOAD="http://ftp.gnu.org/gnu/help2man/help2man-1.40.11.tar.gz" +MD5SUM="169c7db58f09cfc704c5d953139bb58d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="locale-gettext" |