libraries/SDL_perl: Updated for version 1.20.0

This commit is contained in:
Erik Hanson 2010-05-11 19:44:56 +02:00 committed by Michiel van Wessem
parent 5a40073b12
commit 8c224b901e
3 changed files with 16 additions and 4 deletions

View file

@ -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

View file

@ -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"

View file

@ -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: