wok annotate rrdtool-perl/receipt @ rev 25540

Update some web_site/wget_url with https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 09 18:12:54 2023 +0000 (15 months ago)
parents 615a666d7811
children
rev   line source
pascal@1437 1 # SliTaz package receipt.
pascal@1437 2
pascal@1437 3 PACKAGE="rrdtool-perl"
Hans-G?nter@23618 4 VERSION="1.7.2"
pascal@1437 5 CATEGORY="development"
pascal@1437 6 SHORT_DESC="Perl bindings for rrdtool."
pascal@1437 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL2"
pascal@25540 9 WEB_SITE="https://oss.oetiker.ch/rrdtool"
pascal@14702 10
pascal@1437 11 DEPENDS="perl rrdtool"
Hans-G?nter@23618 12 WANTED="rrdtool"
pascal@1437 13
pascal@1437 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1437 15 genpkg_rules()
pascal@1437 16 {
pascal@1437 17 mkdir -p $fs/usr/lib
Hans-G?nter@23618 18 cp -a $install/usr/lib/perl5 $fs/usr/lib/
pascal@1437 19 }