wok-next view perl-mime-base64/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="MIME-Base64"
4 PACKAGE="perl-mime-base64"
5 VERSION="3.15"
6 AUTHOR="GAAS"
7 CATEGORY="perl"
8 SHORT_DESC="MIME::Base64 - Encoding and decoding of base64 strings"
9 MAINTAINER="pascal.bellard@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="07dd64adbec0e8952954664cbf8fa6b20915f95c"
18 DEPENDS="perl"
19 BUILD_DEPENDS="$DEPENDS perl-dev"
21 compile_rules() {
22 cook_perl
23 }