wok-next view perl-rrd-simple/receipt @ rev 20514

ardour, gdal, icu, js, jsoncpp, libvpx, llvm, mesa, minetest, opencv, qt5, scilab, webkit2gtk, webkitgtk, xalan-c: remove std.patch, use `fix math`.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 16:15:19 2018 +0200 (2018-03-21)
parents dfb3d7f1daed
children 4e6503d7a19f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-rrd-simple"
4 VERSION="1.44"
5 CATEGORY="perl"
6 SHORT_DESC="RRD::Simple - Simple interface to create and store data in RRD \
7 files"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/RRD-Simple"
12 TARBALL="RRD-Simple-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/N/NI/NICOLAW/$TARBALL"
15 DEPENDS="perl rrdtool-perl"
16 BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep \
17 perl-test-pod-coverage perl-module-build"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 perl Makefile.PL &&
23 make && make DESTDIR=$install install &&
25 chmod -R u+w $install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @std
32 }