wok-next view perl-compress-raw-bzip2/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
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="Compress-Raw-Bzip2"
4 PACKAGE="perl-compress-raw-bzip2"
5 VERSION="2.084"
6 AUTHOR="PMQS"
7 CATEGORY="perl"
8 SHORT_DESC="Compress::Raw::Bzip2 - Low-Level Interface to bzip2 compression library"
9 MAINTAINER="devel@slitaz.org"
10 LICENSE="Perl"
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"
16 TARBALL_SHA1="f7df9af0e779e07348485813fd4382031b06adfb"
18 DEPENDS="perl"
19 BUILD_DEPENDS="$DEPENDS perl-dev"
21 compile_rules() {
22 cook_perl
23 }