wok-next view libsdl-perl/receipt @ rev 21084

Add librefox
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 25 14:44:32 2018 +0200 (2018-12-25)
parents df20b2110f7e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libsdl-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="sdl-perl"
12 TARBALL="SDL_Perl-v$VERSION.tar.gz"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/K/KT/KTHAKORE/$TARBALL"
15 BUILD_DEPENDS="perl-module-build perl-yaml libsdl-dev perl-dev mesa-dev \
16 glu-dev"
18 compile_rules() {
19 perl Build.PL destdir="$install" &&
20 perl Build &&
21 perl Build install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="glu libsdl mesa perl"
27 }