summaryrefslogtreecommitdiffstats
path: root/audio/rubyripper/rubyripper.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rubyripper/rubyripper.SlackBuild')
-rw-r--r--audio/rubyripper/rubyripper.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/rubyripper/rubyripper.SlackBuild b/audio/rubyripper/rubyripper.SlackBuild
index e8b40003ba..65029db7d0 100644
--- a/audio/rubyripper/rubyripper.SlackBuild
+++ b/audio/rubyripper/rubyripper.SlackBuild
@@ -1,11 +1,12 @@
#!/bin/sh
# Slackware build script for rubyripper
-# Written 2009, by Grigorios Bouzakis (grbzks@gmail.com)
-# Updated 2010, by Vincent Batts (vbatts@hashbangbash.com)
+# Written 2009, by Grigorios Bouzakis (grbzks [at] gmail [dot] com)
+# Updated 2010, by Vincent Batts (vbatts [at] hashbangbash [dot] com)
+# Updated 2015, by Dugan Chen (thedoogster [at] gmail [dot] com)
PRGNAM=rubyripper
-VERSION=${VERSION:-0.6.0}
+VERSION=${VERSION:-0.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +62,7 @@ find -L . \
# we should patch this regardless, because if 'gtk2' is present
# it will fail the build
-cat ${CWD}/configure.patch | patch configure
+patch --verbose < ${CWD}/configure.patch
./configure \
--prefix=/usr \