wok-next view perl-test-requiresinternet/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 0e7893ac206d
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-test-requiresinternet"
4 VERSION="0.05"
5 CATEGORY="perl"
6 SHORT_DESC="Test::RequiresInternet - Easily test network connectivity"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Test-RequiresInternet"
10 REPOLOGY="perl:test-requiresinternet"
12 TARBALL="Test-RequiresInternet-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MALLEN/$TARBALL"
15 BUILD_DEPENDS="perl"
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 }