summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Erik Hanson2010-05-11 19:44:56 +0200
committer Michiel van Wessem2010-05-11 19:44:56 +0200
commit8c224b901e5a2dac867219900ff99d3910df3f13 (patch)
treef1484fcd632b8e64fb36c7c2fd81f211a76e11a1 /libraries
parent5a40073b1227a299de437c73505bdc00ab9f1dd3 (diff)
downloadslackbuilds-8c224b901e5a2dac867219900ff99d3910df3f13.tar.gz
libraries/SDL_perl: Updated for version 1.20.0
Diffstat (limited to 'libraries')
-rw-r--r--libraries/SDL_perl/SDL_perl.SlackBuild4
-rw-r--r--libraries/SDL_perl/SDL_perl.info2
-rw-r--r--libraries/SDL_perl/slack-desc14
3 files changed, 16 insertions, 4 deletions
diff --git a/libraries/SDL_perl/SDL_perl.SlackBuild b/libraries/SDL_perl/SDL_perl.SlackBuild
index c415fafc1e..2cf3a39e32 100644
--- a/libraries/SDL_perl/SDL_perl.SlackBuild
+++ b/libraries/SDL_perl/SDL_perl.SlackBuild
@@ -11,7 +11,7 @@ VERSION=1.20.0
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -46,7 +46,7 @@ make install DESTDIR=$PKG || exit 1
mv $PKG/usr/share/man $PKG/usr/man
( 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
+ for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
( cd $PKG
diff --git a/libraries/SDL_perl/SDL_perl.info b/libraries/SDL_perl/SDL_perl.info
index e7c709b348..88f5cc3d48 100644
--- a/libraries/SDL_perl/SDL_perl.info
+++ b/libraries/SDL_perl/SDL_perl.info
@@ -1,5 +1,5 @@
PRGNAM="SDL_perl"
-VERSION="1.20.3"
+VERSION="1.20.0"
HOMEPAGE="http://sdl.perl.org/"
DOWNLOAD="http://zarb.org/~gc/t/SDL_perl-1.20.0.tar.gz"
MD5SUM="041617aec124677083ecef04aa48f927"
diff --git a/libraries/SDL_perl/slack-desc b/libraries/SDL_perl/slack-desc
index 2631512e5f..4356a5f23b 100644
--- a/libraries/SDL_perl/slack-desc
+++ b/libraries/SDL_perl/slack-desc
@@ -1,7 +1,19 @@
-SDL_perl: SDL_perl - Simple DirectMedia Library Bindings for Perl
+# 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 ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+SDL_perl: SDL_perl (Simple DirectMedia Library Bindings for Perl)
SDL_perl:
SDL_perl: SDL_perl is glue (bindings) between SDL and Perl.
SDL_perl:
SDL_perl: Homepage: http://sdl.perl.org/
SDL_perl:
SDL_perl:
+SDL_perl:
+SDL_perl:
+SDL_perl:
+SDL_perl: