wok-next view perl-gd/receipt @ rev 21013

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 14 05:29:23 2018 +0300 (2018-10-14)
parents 4e6503d7a19f
children f17e1f86f546
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-gd"
4 VERSION="2.69"
5 CATEGORY="perl"
6 SHORT_DESC="GD - Interface to Gd Graphics Library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/GD"
10 REPOLOGY="perl:gd"
12 TARBALL="GD-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/$TARBALL"
15 BUILD_DEPENDS="perl-dev libgd-dev libgd perl-extutils-pkgconfig"
17 compile_rules() {
18 # avoid interactive questions
19 PERL_MM_USE_DEFAULT=1 \
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$install install &&
24 chmod -R u+w $install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="perl libgd"
30 }