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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents dfb3d7f1daed
children 44d2daaccb67
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-gd"
4 VERSION="2.66"
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"
11 TARBALL="GD-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/$TARBALL"
14 DEPENDS="perl libgd"
15 BUILD_DEPENDS="perl-dev libgd-dev libgd perl-extutils-pkgconfig"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # avoid interactive questions
21 PERL_MM_USE_DEFAULT=1 \
22 perl Makefile.PL &&
23 make && make DESTDIR=$install install &&
25 chmod -R u+w $install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @std
32 }