summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Guillermo Bonvehi2012-11-20 17:40:19 +0100
committer Robby Workman2012-11-20 17:40:19 +0100
commit60da60a8430c73d7b91f119025be163bca7ea1a9 (patch)
tree8a25c021ab0c232520e54168281d6231603c42d2
parente0efb04e122be34d62e10b249e00c9a0b659dadc (diff)
downloadslackbuilds-60da60a8430c73d7b91f119025be163bca7ea1a9.tar.gz
system/pmount: Updated for version 0.9.23.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--system/pmount/pmount.SlackBuild14
-rw-r--r--system/pmount/pmount.info6
-rw-r--r--system/pmount/slack-desc10
3 files changed, 14 insertions, 16 deletions
diff --git a/system/pmount/pmount.SlackBuild b/system/pmount/pmount.SlackBuild
index 4447fbeec8..0a7dd646f1 100644
--- a/system/pmount/pmount.SlackBuild
+++ b/system/pmount/pmount.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pmount
-# Copyright 2007 by Guillermo Bonvehi (gbonvehi@gmail.com)
+# Copyright 2007-2012 by Guillermo Bonvehi (gbonvehi@gmail.com)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,11 +22,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Modified by Robby Workman <rworkman@slackbuilds.org>
+# Contains modifications by Robby Workman <rworkman@slackbuilds.org>
# No additional license terms added.
PRGNAM=pmount
-VERSION=0.9.19
+VERSION=${VERSION:-0.9.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,7 +65,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
@@ -96,10 +96,8 @@ mv $PKG/etc/pmount.allow $PKG/etc/pmount.allow.new
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
-)
+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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
diff --git a/system/pmount/pmount.info b/system/pmount/pmount.info
index 21256b164e..125e8a2430 100644
--- a/system/pmount/pmount.info
+++ b/system/pmount/pmount.info
@@ -1,8 +1,8 @@
PRGNAM="pmount"
-VERSION="0.9.19"
+VERSION="0.9.23"
HOMEPAGE="http://pmount.alioth.debian.org/"
-DOWNLOAD="http://alioth.debian.org/frs/download.php/2867/pmount-0.9.19.tar.gz"
-MD5SUM="2fd9fe103375dbd0c91af2f302250a8c"
+DOWNLOAD="https://alioth.debian.org/frs/download.php/3310/pmount-0.9.23.tar.bz2"
+MD5SUM="db19f5bf3151b1b41705ec7bafa439d3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/pmount/slack-desc b/system/pmount/slack-desc
index 20ed3ee3c2..497cb4faa0 100644
--- a/system/pmount/slack-desc
+++ b/system/pmount/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
pmount: pmount (mount removable devices as normal user)