wok-next view perl-list-moreutils-xs/receipt @ rev 20890

Update bdeps: glib-networking, gpicview, libidn2, mtpaint, parted, shared-mime-info
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jul 17 00:12:47 2018 +0300 (2018-07-17)
parents 0949716a6840
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-list-moreutils-xs"
4 VERSION="0.428"
5 CATEGORY="perl"
6 SHORT_DESC="List::MoreUtils::XS - Provide compiled List::MoreUtils functions"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/List-MoreUtils-XS"
10 REPOLOGY="perl:list-moreutils-xs"
12 TARBALL="List-MoreUtils-XS-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/R/RE/REHSACK/$TARBALL"
15 BUILD_DEPENDS="perl-dev"
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"
27 }