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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 701a4b1784b6
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="GD"
4 PACKAGE="perl-gd"
5 VERSION="2.69"
6 AUTHOR="RURBAN"
7 CATEGORY="perl"
8 SHORT_DESC="GD - Interface to Gd Graphics Library"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="GPL"
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 REPOLOGY="${PACKAGE/-/:}"
14 TARBALL="$ORIGIN-$VERSION.tar.gz"
15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
17 DEPENDS_std="perl libgd"
18 BUILD_DEPENDS="$DEPENDS_std perl-dev libgd-dev libgd perl-extutils-pkgconfig"
20 compile_rules() {
21 cook_perl
22 }