wok view perl-digest-md5/receipt @ rev 22400
update: expat 2.2.6 (2018) -> 2.2.9 (security fixes: CVE-2019-15903, CVE-2018-20843; ...) -> also, new site: the WGET_URL could be improved
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Dec 08 11:10:33 2019 +0000 (2019-12-08) |
parents | 6e8b1bcb30e2 |
children | 05720858b59a |
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-digest-md5"
4 VERSION="2.51"
5 CATEGORY="development"
6 SHORT_DESC="Digest::MD5::Perl - Perl implementation of Ron Rivests MD5 Algorithm"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Digest-MD5"
10 SOURCE="Digest-MD5"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
14 DEPENDS="perl"
15 BUILD_DEPENDS="perl"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 perl Makefile.PL &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 }