aboutsummaryrefslogtreecommitdiff
path: root/dev/perl/perl-inline/perl-inline.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-04-23 14:22:23 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-04-23 14:22:23 +0000
commit6f2aebf22685441d4f0c954ff78b5b70eff36257 (patch)
tree23a9f45af34d78e0485a1f65159d9178c807f064 /dev/perl/perl-inline/perl-inline.SlackBuild
parentc969e4c65ca7e39057e9693ac58f71e856cd193c (diff)
downloadslackbuilds-6f2aebf22685441d4f0c954ff78b5b70eff36257.tar.gz
slackbuilds-6f2aebf22685441d4f0c954ff78b5b70eff36257.tar.bz2
perl-inline src fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1773 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev/perl/perl-inline/perl-inline.SlackBuild')
-rwxr-xr-xdev/perl/perl-inline/perl-inline.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/perl/perl-inline/perl-inline.SlackBuild b/dev/perl/perl-inline/perl-inline.SlackBuild
index f02b81e6..9fbbd28d 100755
--- a/dev/perl/perl-inline/perl-inline.SlackBuild
+++ b/dev/perl/perl-inline/perl-inline.SlackBuild
@@ -16,7 +16,7 @@
#
# slackbuild for perl-inline, by Silvio Rhatto
# requires: perl-parse-recdescent
-# tested: perl-inline-0.01
+# tested: perl-inline-0.44
#
# Look for slackbuildrc
@@ -28,10 +28,10 @@ fi
# Set variables
CWD="$(pwd)"
-SRC_NAME="Inline-Perl"
+SRC_NAME="Inline"
PKG_NAME="perl-inline"
ARCH=${ARCH:=i486}
-SRC_VERSION=${VERSION:=0.01}
+SRC_VERSION=${VERSION:=0.44}
PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
BUILD=${BUILD:=1rha}
SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME
@@ -77,7 +77,7 @@ mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR
# Dowload source if necessary
SRC="$SRC_NAME-$VERSION.tar.gz"
-URL="http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/$SRC"
+URL="http://search.cpan.org/CPAN/authors/id/I/IN/INGY/$SRC"
if [ ! -s "$SRC_DIR/$SRC" ] || ! gunzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET