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

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 1a86cb99cbbf
children 4e6503d7a19f
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@19709 10
al@19709 11 TARBALL="File-Listing-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL"
al@19709 13
al@20443 14 BUILD_DEPENDS="perl-http-date"
erjo@12034 15
al@20443 16 compile_rules() {
erjo@12034 17 perl Makefile.PL &&
al@19709 18 make && make DESTDIR=$install install &&
al@19709 19
al@19709 20 chmod -R u+w $install
erjo@12034 21 }
erjo@12034 22
al@20443 23 genpkg_rules() {
al@19709 24 copy @std
al@20443 25 DEPENDS="$BUILD_DEPENDS"
erjo@12034 26 }