wok-next view perl-algorithm-permute/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | 4e6503d7a19f |
children | d5aab818505e |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-algorithm-permute"
4 VERSION="0.16"
5 CATEGORY="perl"
6 SHORT_DESC="Algorithm::Permute - Handy and fast permutation with object \
7 oriented interface"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/Algorithm-Permute"
11 REPOLOGY="perl:algorithm-permute"
13 TARBALL="Algorithm-Permute-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/S/SL/SLOYD/$TARBALL"
16 BUILD_DEPENDS="perl-dev"
18 compile_rules() {
19 perl Makefile.PL &&
20 make && make DESTDIR=$install install &&
22 chmod -R u+w $install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="perl"
28 }