wok-next annotate perl-time-hires/receipt @ rev 21689

updated glusterfs (3.12.5 -> 7.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:33:02 2020 +0100 (2020-06-29)
parents
children
rev   line source
al@21107 1 # SliTaz package receipt v2.
al@21107 2
al@21107 3 ORIGIN="Time-HiRes"
al@21107 4 PACKAGE="perl-time-hires"
al@21107 5 VERSION="1.9758"
al@21107 6 AUTHOR="JHI"
al@21107 7 CATEGORY="perl"
al@21107 8 SHORT_DESC="Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers"
al@21107 9 MAINTAINER="pascal.bellard@slitaz.org"
al@21107 10 LICENSE="Perl"
al@21107 11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21107 12 REPOLOGY="${PACKAGE/-/:}"
al@21107 13
al@21107 14 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21107 15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@21107 16 TARBALL_SHA1="8b29088f796abca62af07c8db1bb818f0a822579"
al@21107 17
al@21107 18 DEPENDS="perl"
al@21107 19 BUILD_DEPENDS="$DEPENDS perl-dev"
al@21107 20
al@21107 21 compile_rules() {
al@21107 22 cook_perl
al@21107 23 }