wok-next diff perl-mime-base64/receipt @ rev 21143

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 25 15:37:19 2019 +0200 (2019-01-25)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-mime-base64/receipt	Fri Jan 25 15:37:19 2019 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +ORIGIN="MIME-Base64"
     1.7 +PACKAGE="perl-mime-base64"
     1.8 +VERSION="3.15"
     1.9 +AUTHOR="GAAS"
    1.10 +CATEGORY="perl"
    1.11 +SHORT_DESC="MIME::Base64 - Encoding and decoding of base64 strings"
    1.12 +MAINTAINER="pascal.bellard@slitaz.org"
    1.13 +LICENSE="Perl"
    1.14 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.15 +REPOLOGY="${PACKAGE/-/:}"
    1.16 +
    1.17 +TARBALL="$ORIGIN-$VERSION.tar.gz"
    1.18 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
    1.19 +TARBALL_SHA1="07dd64adbec0e8952954664cbf8fa6b20915f95c"
    1.20 +
    1.21 +DEPENDS="perl"
    1.22 +BUILD_DEPENDS="$DEPENDS perl-dev"
    1.23 +
    1.24 +compile_rules() {
    1.25 +	cook_perl
    1.26 +}