wok-next view perl-list-moreutils/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents 0949716a6840
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-list-moreutils"
4 VERSION="0.428"
5 CATEGORY="perl"
6 SHORT_DESC="List::MoreUtils - Provide the stuff missing in List::Util"
7 MAINTAINER="nneul@neulinger.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/List-MoreUtils"
10 REPOLOGY="perl:list-moreutils"
12 TARBALL="List-MoreUtils-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/R/RE/REHSACK/$TARBALL"
15 BUILD_DEPENDS="perl-dev perl-exporter-tiny perl-list-moreutils-xs"
17 compile_rules() {
18 perl Makefile.PL &&
19 make && make DESTDIR=$install install &&
21 chmod -R u+w $install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="perl-exporter-tiny perl-list-moreutils-xs"
27 }