wok-next view perl-digest-md5/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="Digest-MD5"
4 PACKAGE="perl-digest-md5"
5 VERSION="2.55"
6 AUTHOR="GAAS"
7 CATEGORY="perl"
8 SHORT_DESC="Digest::MD5 - Perl interface to the MD5 Algorithm"
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="59dc31b43c84d5e18ba60f25f513929c2f05ad51"
18 DEPENDS="perl"
19 BUILD_DEPENDS="$DEPENDS perl-dev"
21 compile_rules() {
22 cook_perl
23 }