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

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents 44d2daaccb67
children 701a4b1784b6
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-gd"
4 VERSION="2.68"
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 DEPENDS="perl libgd"
16 BUILD_DEPENDS="perl-dev libgd-dev libgd perl-extutils-pkgconfig"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 # avoid interactive questions
22 PERL_MM_USE_DEFAULT=1 \
23 perl Makefile.PL &&
24 make && make DESTDIR=$install install &&
26 chmod -R u+w $install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy @std
33 }