wok-next view perl-crypt-cbc/receipt @ rev 21028

jwm: typo (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:54:12 2018 +0200 (2018-11-03)
parents 4e6503d7a19f
children f17e1f86f546
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-crypt-cbc"
4 VERSION="2.33"
5 CATEGORY="perl"
6 SHORT_DESC="Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="Perl"
9 WEB_SITE="https://metacpan.org/release/Crypt-CBC"
10 REPOLOGY="perl:crypt-cbc"
12 TARBALL="Crypt-CBC-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/L/LD/LDS/$TARBALL"
15 BUILD_DEPENDS="perl"
17 compile_rules() {
18 perl Makefile.PL &&
19 make &&
20 make DESTDIR=$install install &&
22 chmod -R u+w $install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="perl"
28 }