wok-next annotate perl-file-listing/receipt @ rev 20976

Follow recent changes in the Python renames
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 25 17:35:51 2018 +0300 (2018-09-25)
parents 0e7893ac206d
children d5aab818505e
rev   line source
al@20443 1 # SliTaz package receipt v2.
erjo@12034 2
erjo@12034 3 PACKAGE="perl-file-listing"
erjo@12034 4 VERSION="6.04"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="File::Listing - parse directory listing"
erjo@12034 7 MAINTAINER="erjo@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/File-Listing"
al@20884 10 REPOLOGY="perl:file-listing"
al@19709 11
al@19709 12 TARBALL="File-Listing-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL"
al@19709 14
al@20443 15 BUILD_DEPENDS="perl-http-date"
erjo@12034 16
al@20443 17 compile_rules() {
erjo@12034 18 perl Makefile.PL &&
al@19709 19 make && make DESTDIR=$install install &&
al@19709 20
al@19709 21 chmod -R u+w $install
erjo@12034 22 }
erjo@12034 23
al@20443 24 genpkg_rules() {
al@19709 25 copy @std
al@20443 26 DEPENDS="$BUILD_DEPENDS"
erjo@12034 27 }