wok-next annotate perl-http-date/receipt @ rev 20646

grub2-efi: ls module embedded
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 02 11:12:13 2018 +0200 (2018-05-02)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
al@20443 1 # SliTaz package receipt v2.
erjo@11835 2
erjo@11835 3 PACKAGE="perl-http-date"
al@19709 4 VERSION="6.02"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="HTTP::Date - date conversion routines"
slaxemulator@11841 7 MAINTAINER="slaxemulator@gmail.com"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/HTTP-Date"
al@19709 10
al@19709 11 TARBALL="HTTP-Date-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL"
slaxemulator@11841 13
slaxemulator@11841 14 BUILD_DEPENDS="perl"
erjo@11835 15
al@20443 16 compile_rules() {
erjo@11835 17 perl Makefile.PL &&
al@19709 18 make && make DESTDIR=$install install &&
al@19709 19
al@19709 20 chmod -R u+w $install
erjo@11835 21 }
erjo@11835 22
al@20443 23 genpkg_rules() {
al@19709 24 copy @std
al@20443 25 DEPENDS="perl"
erjo@11835 26 }