diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2015-07-13 09:14:17 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2015-07-16 10:57:21 -0500 |
commit | 7e529f73c02dd018d4cbd63488f480495a7bae43 (patch) | |
tree | 412c3159073f2ec38437bfc5f6ef362bb0f7699d /audio/rubyripper/rubyripper.SlackBuild | |
parent | fecb3e210a08f7824ffae74e8d407842ee1b2c38 (diff) | |
download | slackbuilds-7e529f73c02dd018d4cbd63488f480495a7bae43.tar.gz |
audio/rubyripper: Updated for version 0.6.2 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/rubyripper/rubyripper.SlackBuild')
-rw-r--r-- | audio/rubyripper/rubyripper.SlackBuild | 9 |
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 \ |