wok-next annotate perl-rrd-simple/receipt @ rev 20904

libgdata: update bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 30 23:44:42 2018 +0300 (2018-07-30)
parents bc6672455954
children d5aab818505e
rev   line source
pascal@3577 1 # SliTaz package receipt.
pascal@3577 2
pascal@3577 3 PACKAGE="perl-rrd-simple"
pascal@3577 4 VERSION="1.44"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="RRD::Simple - Simple interface to create and store data in RRD \
al@19770 7 files"
pascal@3577 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 9 LICENSE="GPL"
al@19770 10 WEB_SITE="https://metacpan.org/release/RRD-Simple"
al@20884 11 REPOLOGY="perl:rrd-simple"
al@19770 12
al@19770 13 TARBALL="RRD-Simple-$VERSION.tar.gz"
al@19770 14 WGET_URL="https://cpan.metacpan.org/authors/id/N/NI/NICOLAW/$TARBALL"
pascal@3577 15
pascal@11880 16 DEPENDS="perl rrdtool-perl"
al@19769 17 BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep \
al@19769 18 perl-test-pod-coverage perl-module-build"
pascal@11880 19
pascal@3577 20 # Rules to configure and make the package.
pascal@3577 21 compile_rules()
pascal@3577 22 {
pascal@3577 23 perl Makefile.PL &&
al@19770 24 make && make DESTDIR=$install install &&
al@19770 25
al@19770 26 chmod -R u+w $install
pascal@3577 27 }
pascal@3577 28
pascal@3577 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3577 30 genpkg_rules()
pascal@3577 31 {
al@19770 32 copy @std
pascal@3577 33 }