mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
perl/perl-SDL: Updated for version 2.546.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
This commit is contained in:
parent
605abf0c43
commit
4ba8a2b7d8
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for perl-SDL
|
||||
#
|
||||
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2017 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=SDL
|
||||
PRGNAM=perl-SDL
|
||||
VERSION=${VERSION:-2.540}
|
||||
VERSION=${VERSION:-2.546}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -94,7 +94,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
|
|||
find $PKG -depth -type d -empty -delete || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGELOG COPYING INSTALL OFL* README TODO test/ $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGELOG COPYING INSTALL OFL* TODO test/ $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-SDL"
|
||||
VERSION="2.540"
|
||||
VERSION="2.546"
|
||||
HOMEPAGE="https://metacpan.org/pod/SDL"
|
||||
DOWNLOAD="http://pkgs.fedoraproject.org/lookaside/extras/perl-SDL/SDL-2.540.tar.gz/1a5d7849cbdfde4982b28458e38ab172/SDL-2.540.tar.gz"
|
||||
MD5SUM="1a5d7849cbdfde4982b28458e38ab172"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/F/FR/FROGGS/SDL-2.546.tar.gz"
|
||||
MD5SUM="a93283d0fff67bdec5ff4bb8c1d30a09"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Alien-SDL perl-Tie-Simple perl-Test-Most SDL_gfx SDL_Pango"
|
||||
|
|
Loading…
Reference in a new issue