mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
perl/perl-Test-Pod-Coverage: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
defcaad62b
commit
e9642df004
2 changed files with 9 additions and 10 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for perl-Test-Pod-Coverage
|
# Slackware build script for perl-Test-Pod-Coverage
|
||||||
# Copyright 2010 V'yacheslav Stetskevych <slava18@gmail.com>
|
# Copyright 2010 V'yacheslav Stetskevych <slava18@gmail.com>
|
||||||
|
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -64,10 +65,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||||
cd $SRCNAM-$VERSION
|
cd $SRCNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
perl Makefile.PL \
|
perl Makefile.PL \
|
||||||
PREFIX=/usr \
|
PREFIX=/usr \
|
||||||
|
@ -85,9 +86,7 @@ find $PKG -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs r
|
||||||
find $PKG -depth -type d -empty -delete || true
|
find $PKG -depth -type d -empty -delete || true
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a \
|
cp -a Changes $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
Changes \
|
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="33405cca7c75b7b89c06ba30eea66692"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="perl-Pod-Coverage"
|
REQUIRES="perl-Pod-Coverage"
|
||||||
MAINTAINER="V'yacheslav Stetskevych"
|
MAINTAINER="Willy Sudiarto Raharjo"
|
||||||
EMAIL="slava18@gmail.com"
|
EMAIL="willysr@slackbuilds.org"
|
||||||
|
|
Loading…
Reference in a new issue