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

gparted: implement SliTaz graphical "su" in a right way
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 12:35:25 2018 +0200 (2018-11-28)
parents 4e6503d7a19f
children f17e1f86f546
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"
10 REPOLOGY="perl:module-install"
12 TARBALL="Module-Install-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
15 BUILD_DEPENDS="perl-file-remove perl-yaml-tiny perl-module-build \
16 perl-module-scandeps"
18 compile_rules() {
19 perl Makefile.PL &&
20 make &&
21 make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="perl-file-remove perl-yaml-tiny perl-module-scandeps"
29 }