summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Glenn Becker <burningc@sdf.org>2014-12-24 11:48:42 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-24 11:48:42 +0700
commitb4a32751af42fa419a67ea802b350484e8f79a55 (patch)
tree0cb7aea5dcfd688ab644c1f68c01504963dd3dec /perl
parentfe406b81e75137cf2c9341ea685241d21f857cb5 (diff)
downloadslackbuilds-b4a32751af42fa419a67ea802b350484e8f79a55.tar.gz
slackbuilds-b4a32751af42fa419a67ea802b350484e8f79a55.tar.xz
perl/perl-net-dbus: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-net-dbus/perl-net-dbus.SlackBuild13
-rw-r--r--perl/perl-net-dbus/perl-net-dbus.info4
2 files changed, 10 insertions, 7 deletions
diff --git a/perl/perl-net-dbus/perl-net-dbus.SlackBuild b/perl/perl-net-dbus/perl-net-dbus.SlackBuild
index 3eb087b100..783b364887 100644
--- a/perl/perl-net-dbus/perl-net-dbus.SlackBuild
+++ b/perl/perl-net-dbus/perl-net-dbus.SlackBuild
@@ -5,6 +5,8 @@
# Copyright 2011-2012 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
#
+# Adopted 2014 Glenn Becker <burningc@sdf.org>
+#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
@@ -66,10 +68,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $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 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -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 {} \;
perl Makefile.PL \
OPTIMIZE="$SLKCFLAGS" \
@@ -80,10 +82,11 @@ make
make test
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+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
# Remove perllocal.pod, other special files, and empty directories
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
diff --git a/perl/perl-net-dbus/perl-net-dbus.info b/perl/perl-net-dbus/perl-net-dbus.info
index 711b0bb180..578c926b8a 100644
--- a/perl/perl-net-dbus/perl-net-dbus.info
+++ b/perl/perl-net-dbus/perl-net-dbus.info
@@ -6,5 +6,5 @@ MD5SUM="b17e32976d1a3b56feb908ebd7fed7f1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-xml-twig"
-MAINTAINER="Binh Nguyen"
-EMAIL="binhvng@gmail.com"
+MAINTAINER="Glenn Becker"
+EMAIL="burningc@sdf.org"