wok-next view perl-crypt-blowfish/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents dfb3d7f1daed
children 4e6503d7a19f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-crypt-blowfish"
4 VERSION="2.14"
5 CATEGORY="perl"
6 SHORT_DESC="Crypt::Blowfish - Perl Blowfish encryption module"
7 MAINTAINER="nneul@neulinger.org"
8 LICENSE="Perl"
9 WEB_SITE="https://metacpan.org/release/Crypt-Blowfish"
11 TARBALL="Crypt-Blowfish-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/D/DP/DPARIS/$TARBALL"
14 DEPENDS="perl"
15 BUILD_DEPENDS="perl-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 perl Makefile.PL &&
21 make && make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy @std
30 }