wok-next view perl-task-weaken/receipt @ rev 20787

gpa: force rebuild (with space) -> cooker used older,local version of gpgme 1.9.0, now 1.11.1 available
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 08:55:33 2018 +0000 (2018-06-09)
parents 1a86cb99cbbf
children 44d2daaccb67
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-task-weaken"
4 VERSION="1.04"
5 CATEGORY="perl"
6 SHORT_DESC="Task::Weaken - Ensure that a platform has weaken support"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Task-Weaken"
11 TARBALL="Task-Weaken-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/A/AD/ADAMK/$TARBALL"
14 BUILD_DEPENDS="perl-module-install"
16 compile_rules() {
17 perl Makefile.PL &&
18 make && make DESTDIR=$install install &&
20 chmod -R u+w $install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="perl"
26 }