wok-next diff perl-rrd-simple/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 4e6503d7a19f |
children | f17e1f86f546 |
line diff
1.1 --- a/perl-rrd-simple/receipt Thu Jul 12 18:34:58 2018 +0300 1.2 +++ b/perl-rrd-simple/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -13,21 +13,18 @@ 1.4 TARBALL="RRD-Simple-$VERSION.tar.gz" 1.5 WGET_URL="https://cpan.metacpan.org/authors/id/N/NI/NICOLAW/$TARBALL" 1.6 1.7 -DEPENDS="perl rrdtool-perl" 1.8 BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep \ 1.9 perl-test-pod-coverage perl-module-build" 1.10 1.11 -# Rules to configure and make the package. 1.12 -compile_rules() 1.13 -{ 1.14 +compile_rules() { 1.15 perl Makefile.PL && 1.16 - make && make DESTDIR=$install install && 1.17 + make && 1.18 + make DESTDIR=$install install && 1.19 1.20 chmod -R u+w $install 1.21 } 1.22 1.23 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 -genpkg_rules() 1.25 -{ 1.26 +genpkg_rules() { 1.27 copy @std 1.28 + DEPENDS="perl rrdtool-perl" 1.29 }