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

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }