diff options
Diffstat (limited to 'perl/perl-Sub-Uplevel/perl-Sub-Uplevel.SlackBuild')
-rw-r--r-- | perl/perl-Sub-Uplevel/perl-Sub-Uplevel.SlackBuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/perl/perl-Sub-Uplevel/perl-Sub-Uplevel.SlackBuild b/perl/perl-Sub-Uplevel/perl-Sub-Uplevel.SlackBuild index aa6c89628f..810aa09b00 100644 --- a/perl/perl-Sub-Uplevel/perl-Sub-Uplevel.SlackBuild +++ b/perl/perl-Sub-Uplevel/perl-Sub-Uplevel.SlackBuild @@ -3,7 +3,8 @@ # Slackware Package Build Script for perl modules: Sub::Uplevel # Home Page http://search.cpan.org/dist/Sub-Uplevel/ -# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant@mnspace.net) +# Copyright (c) 2008-2015, Nishant Limbachia, Hoffman Estates, IL, USA +# (nishant _AT_ mnspace _DOT_ net) # All rights reserved. # Redistribution and use of this script, with or without modification, is @@ -24,12 +25,12 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=perl-Sub-Uplevel -VERSION=${VERSION:-0.24} +PRGNAM="perl-Sub-Uplevel" +VERSION=${VERSION:-0.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCNAM=Sub-Uplevel +SRCNAM="$(printf $PRGNAM | cut -f2- -d-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -69,10 +70,10 @@ tar xzvf $CWD/$SRCNAM-$VERSION.tar.gz cd $TMP/$SRCNAM-$VERSION chown -R root.root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor make |