wok-next annotate perl-spreadsheet-parseexcel/receipt @ rev 21110

subversion: update dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 11 04:06:27 2019 +0200 (2019-01-11)
parents f17e1f86f546
children
rev   line source
al@21068 1 # SliTaz package receipt v2.
al@19709 2
al@21068 3 ORIGIN="Spreadsheet-ParseExcel"
al@19709 4 PACKAGE="perl-spreadsheet-parseexcel"
al@19770 5 VERSION="0.65"
al@21068 6 AUTHOR="DOUGW"
al@19770 7 CATEGORY="perl"
al@19770 8 SHORT_DESC="Spreadsheet::ParseExcel - Read information from an Excel file"
al@19709 9 MAINTAINER="pascal.bellard@slitaz.org"
al@19709 10 LICENSE="GPL"
al@21068 11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 12 HOST_ARCH="any"
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-crypt-rc4 perl-digest-perl-md5 perl-io-stringy \
al@21069 19 perl-ole-storage-lite"
al@21068 20 BUILD_DEPENDS="$DEPENDS_std"
al@19709 21
al@21020 22 compile_rules() {
al@21068 23 cook_perl
al@19709 24 }