wok-next view sdl-perl/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sdl-perl"
4 VERSION="2.2.6"
5 CATEGORY="x-window"
6 SHORT_DESC="SDL perl support"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="http://sdl.perl.org/"
10 REPOLOGY="perl:sdl-perl"
12 TARBALL="SDL_Perl-v$VERSION.tar.gz"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/K/KT/KTHAKORE/$TARBALL"
14 TARBALL_SHA1="f4a0e630374ab0277071351094ce91faf9c366e3"
16 BUILD_DEPENDS="perl-module-build perl-yaml sdl-dev perl-dev mesa-dev glu-dev"
17 DEPENDS="glu sdl mesa perl"
19 compile_rules() {
20 perl Build.PL destdir="$install" &&
21 perl Build &&
22 perl Build install || return 1
24 find $install -type f -exec chmod u+w '{}' \;
25 }