wok-next diff sdl-perl/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sdl-perl/receipt	Sun Sep 27 14:34:31 2020 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="sdl-perl"
     1.7 +VERSION="2.2.6"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="SDL perl support"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +LICENSE="LGPL2"
    1.12 +WEB_SITE="http://sdl.perl.org/"
    1.13 +REPOLOGY="perl:sdl-perl"
    1.14 +
    1.15 +TARBALL="SDL_Perl-v$VERSION.tar.gz"
    1.16 +WGET_URL="http://search.cpan.org/CPAN/authors/id/K/KT/KTHAKORE/$TARBALL"
    1.17 +TARBALL_SHA1="f4a0e630374ab0277071351094ce91faf9c366e3"
    1.18 +
    1.19 +BUILD_DEPENDS="perl-module-build perl-yaml sdl-dev perl-dev mesa-dev glu-dev"
    1.20 +DEPENDS="glu sdl mesa perl"
    1.21 +
    1.22 +compile_rules() {
    1.23 +	perl Build.PL destdir="$install" &&
    1.24 +	perl Build &&
    1.25 +	perl Build install || return 1
    1.26 +
    1.27 +	find $install -type f -exec chmod u+w '{}' \;
    1.28 +}