diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2017-01-29 19:00:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 07:00:18 +0700 |
commit | 684d80d40d8345fa28848bb0b68e440795fd1dd2 (patch) | |
tree | b614ce814319026dc30d847b20f3cd2210701d36 | |
parent | 73b1cee6c2d4db24e3df737486aa97e8e15e7b5f (diff) | |
download | slackbuilds-684d80d40d8345fa28848bb0b68e440795fd1dd2.tar.gz |
perl/perl-Alien-SDL: Updated for version 1.446.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r-- | perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild | 7 | ||||
-rw-r--r-- | perl/perl-Alien-SDL/perl-Alien-SDL.info | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild b/perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild index 144fdf4355..85c550ca65 100644 --- a/perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild +++ b/perl/perl-Alien-SDL/perl-Alien-SDL.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-Alien-SDL -# Copyright 2013 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2013-2017 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=perl-Alien-SDL SRCNAM=Alien-SDL -VERSION=1.440 +VERSION=1.446 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,6 +50,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Workaround bug with --with-sdl-config +sed -i '/^GetOptions/d' Build.PL + perl Build.PL \ prefix=/usr \ installdirs=vendor \ diff --git a/perl/perl-Alien-SDL/perl-Alien-SDL.info b/perl/perl-Alien-SDL/perl-Alien-SDL.info index 89627b7393..777c32da7c 100644 --- a/perl/perl-Alien-SDL/perl-Alien-SDL.info +++ b/perl/perl-Alien-SDL/perl-Alien-SDL.info @@ -1,8 +1,8 @@ PRGNAM="perl-Alien-SDL" -VERSION="1.440" +VERSION="1.446" HOMEPAGE="https://metacpan.org/pod/Alien::SDL" -DOWNLOAD="http://www.cpan.org/authors/id/F/FR/FROGGS/Alien-SDL-1.440.tar.gz" -MD5SUM="ad665d058d186e673114024ba10dfa09" +DOWNLOAD="https://cpan.metacpan.org/authors/id/F/FR/FROGGS/Alien-SDL-1.446.tar.gz" +MD5SUM="3b3f8ba2e26f789caf392a9bba964330" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-File-Which perl-File-ShareDir perl-Text-Patch perl-Capture-Tiny perl-Archive-Zip perl-Module-Build perl-Archive-Extract" |