mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/SDL_perl: Updated for version 1.20.0
This commit is contained in:
parent
5a40073b12
commit
8c224b901e
3 changed files with 16 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue