wok-next view perl-module-install/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents
children 4e6503d7a19f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-module-install"
4 VERSION="1.19"
5 CATEGORY="perl"
6 SHORT_DESC="Module::Install - Standalone, extensible Perl module installer"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Module-Install"
11 TARBALL="Module-Install-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
14 BUILD_DEPENDS="perl-file-remove perl-yaml-tiny perl-module-build \
15 perl-module-scandeps"
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-file-remove perl-yaml-tiny perl-module-scandeps"
27 }