wok-next annotate perl-proc-processtable/receipt @ rev 21596

updated dos2unix (7.4.0 -> 7.4.1)
author Hans-G?nter Theisgen
date Wed Jun 24 14:10:06 2020 +0100 (2020-06-24)
parents d5aab818505e
children
rev   line source
al@21068 1 # SliTaz package receipt v2.
pascal@1607 2
al@21068 3 ORIGIN="Proc-ProcessTable"
pascal@1607 4 PACKAGE="perl-proc-processtable"
al@20820 5 VERSION="0.55"
al@21068 6 AUTHOR="JWB"
al@19770 7 CATEGORY="perl"
al@19770 8 SHORT_DESC="Proc::ProcessTable - Perl extension to access the unix process \
al@19770 9 table"
pascal@1607 10 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 11 LICENSE="GPL"
al@21068 12 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 13 REPOLOGY="${PACKAGE/-/:}"
al@19770 14
al@21068 15 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 16 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@19770 17
al@21068 18 DEPENDS_std="perl"
al@21068 19 BUILD_DEPENDS="$DEPENDS_std perl-dev"
pascal@1607 20
al@21020 21 compile_rules() {
al@21068 22 cook_perl
pascal@1607 23 }