wok-next annotate perl-module-install/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents
children 4e6503d7a19f
rev   line source
al@20501 1 # SliTaz package receipt v2.
al@20501 2
al@20501 3 PACKAGE="perl-module-install"
al@20501 4 VERSION="1.19"
al@20501 5 CATEGORY="perl"
al@20501 6 SHORT_DESC="Module::Install - Standalone, extensible Perl module installer"
al@20501 7 MAINTAINER="al.bobylev@gmail.com"
al@20501 8 LICENSE="GPL"
al@20501 9 WEB_SITE="https://metacpan.org/release/Module-Install"
al@20501 10
al@20501 11 TARBALL="Module-Install-$VERSION.tar.gz"
al@20501 12 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
al@20501 13
al@20501 14 BUILD_DEPENDS="perl-file-remove perl-yaml-tiny perl-module-build \
al@20501 15 perl-module-scandeps"
al@20501 16
al@20501 17 compile_rules() {
al@20501 18 perl Makefile.PL &&
al@20501 19 make && make DESTDIR=$install install &&
al@20501 20
al@20501 21 chmod -R u+w $install
al@20501 22 }
al@20501 23
al@20501 24 genpkg_rules() {
al@20501 25 copy @std
al@20501 26 DEPENDS="perl-file-remove perl-yaml-tiny perl-module-scandeps"
al@20501 27 }