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

slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 15:39:58 2018 +0300 (2018-08-10)
parents bc6672455954
children d5aab818505e
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"
11 REPOLOGY="perl:rrd-simple"
13 TARBALL="RRD-Simple-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/N/NI/NICOLAW/$TARBALL"
16 DEPENDS="perl rrdtool-perl"
17 BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep \
18 perl-test-pod-coverage perl-module-build"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 perl Makefile.PL &&
24 make && make DESTDIR=$install install &&
26 chmod -R u+w $install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy @std
33 }