diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-03-30 00:16:11 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:57:14 +0700 |
commit | 5bcd055463c9cd238c52e5a16bcec810cfa71358 (patch) | |
tree | 2a92bae61f86aba3efba2576748470c8d00a910c /perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild | |
parent | ad13a3e9125f5ada4fd2df66e56505d83291d9b6 (diff) | |
download | slackbuilds-5bcd055463c9cd238c52e5a16bcec810cfa71358.tar.gz |
perl/perl-Text-Quoted: New maintainer + updated for version 2.09.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Diffstat (limited to 'perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild')
-rw-r--r-- | perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild b/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild index 0ad108f03f..e8b5a7e2d0 100644 --- a/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild +++ b/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild @@ -1,6 +1,7 @@ #!/bin/sh # Copyright (c) 2013 Asaf Ohaion +# Copyright (c) 2017 Andreas Guldstrand # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -28,7 +29,7 @@ # Build script for perl-Text-Quoted PRGNAM=perl-Text-Quoted -VERSION=${VERSION:-2.08} +VERSION=${VERSION:-2.09} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,9 +78,9 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; perl Makefile.PL \ - INSTALL_BASE="" \ PREFIX=/usr \ INSTALLDIRS=vendor \ + INSTALLVENDORMAN1DIR=/usr/man/man1 \ INSTALLVENDORMAN3DIR=/usr/man/man3 make make test @@ -92,6 +93,9 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + README Changes \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |