wok-next annotate perl-digest-perl-md5/receipt @ rev 20844

Add amiwm, tklauncher (thanks Pasquale Frega), tcl2c.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 22 20:40:27 2018 +0300 (2018-06-22)
parents
children 4e6503d7a19f
rev   line source
al@19770 1 # SliTaz package receipt.
al@19770 2
al@19770 3 PACKAGE="perl-digest-perl-md5"
al@19770 4 VERSION="1.9"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="Digest::Perl::MD5 - Perl implementation of Ron Rivests MD5 \
al@19770 7 Algorithm"
al@19770 8 MAINTAINER="al.bobylev@gmail.com"
al@19770 9 LICENSE="GPL"
al@19770 10 WEB_SITE="https://metacpan.org/release/Digest-Perl-MD5"
al@19770 11
al@19770 12 TARBALL="Digest-Perl-MD5-$VERSION.tar.gz"
al@19770 13 WGET_URL="https://cpan.metacpan.org/authors/id/D/DE/DELTA/$TARBALL"
al@19770 14
al@19770 15 DEPENDS="perl"
al@19770 16 BUILD_DEPENDS="perl"
al@19770 17
al@19770 18 # Rules to configure and make the package.
al@19770 19 compile_rules()
al@19770 20 {
al@19770 21 perl Makefile.PL &&
al@19770 22 make && make DESTDIR=$install install &&
al@19770 23
al@19770 24 chmod -R u+w $install
al@19770 25 }
al@19770 26
al@19770 27 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19770 28 genpkg_rules()
al@19770 29 {
al@19770 30 copy @std
al@19770 31 }