summaryrefslogtreecommitdiffstats
path: root/perl/perl-gnome2-vfs
diff options
context:
space:
mode:
author Glenn Becker2014-12-24 05:17:02 +0100
committer Willy Sudiarto Raharjo2014-12-24 05:17:02 +0100
commit1697106b0bc5722e7676f582634dff473c2e064a (patch)
treea74a50f4a8d661345aba922325511021ea358b57 /perl/perl-gnome2-vfs
parentc8fd80a58967295864df86b9b60451e7261d94b2 (diff)
downloadslackbuilds-1697106b0bc5722e7676f582634dff473c2e064a.tar.gz
perl/perl-gnome2-vfs: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-gnome2-vfs')
-rw-r--r--perl/perl-gnome2-vfs/perl-gnome2-vfs.SlackBuild11
-rw-r--r--perl/perl-gnome2-vfs/perl-gnome2-vfs.info4
2 files changed, 9 insertions, 6 deletions
diff --git a/perl/perl-gnome2-vfs/perl-gnome2-vfs.SlackBuild b/perl/perl-gnome2-vfs/perl-gnome2-vfs.SlackBuild
index 33d01ac0a9..19dace5577 100644
--- a/perl/perl-gnome2-vfs/perl-gnome2-vfs.SlackBuild
+++ b/perl/perl-gnome2-vfs/perl-gnome2-vfs.SlackBuild
@@ -5,6 +5,8 @@
# Copyright 2010 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
#
+# Adopted by 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 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 {} \;
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 and other special files that don't need to be installed,
# as they will overwrite what's already on the system
diff --git a/perl/perl-gnome2-vfs/perl-gnome2-vfs.info b/perl/perl-gnome2-vfs/perl-gnome2-vfs.info
index b93b9b861e..08ae27b0d3 100644
--- a/perl/perl-gnome2-vfs/perl-gnome2-vfs.info
+++ b/perl/perl-gnome2-vfs/perl-gnome2-vfs.info
@@ -6,5 +6,5 @@ MD5SUM="374e7d611d080d893bb3da9d40c64733"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gnome-vfs perl-glib"
-MAINTAINER="Binh Nguyen"
-EMAIL="binhvng@gmail.com"
+MAINTAINER="Glenn Becker"
+EMAIL="burningc@sdf.org"