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

Add fdk-aac; up cacerts (actualize its version on every cook), ffmpeg, ffmpegthumbnailer, lame, libgsf, tumbler.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 01 00:49:30 2017 +0300 (2017-08-01)
parents dfb3d7f1daed
children 4e6503d7a19f
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@19770 11
al@19770 12 TARBALL="RRD-Simple-$VERSION.tar.gz"
al@19770 13 WGET_URL="https://cpan.metacpan.org/authors/id/N/NI/NICOLAW/$TARBALL"
pascal@3577 14
pascal@11880 15 DEPENDS="perl rrdtool-perl"
al@19769 16 BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep \
al@19769 17 perl-test-pod-coverage perl-module-build"
pascal@11880 18
pascal@3577 19 # Rules to configure and make the package.
pascal@3577 20 compile_rules()
pascal@3577 21 {
pascal@3577 22 perl Makefile.PL &&
al@19770 23 make && make DESTDIR=$install install &&
al@19770 24
al@19770 25 chmod -R u+w $install
pascal@3577 26 }
pascal@3577 27
pascal@3577 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3577 29 genpkg_rules()
pascal@3577 30 {
al@19770 31 copy @std
pascal@3577 32 }