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

mupdf: update patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 05 15:11:20 2018 +0100 (2018-02-05)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
al@19709 1 # SliTaz package receipt.
al@19709 2
al@19709 3 PACKAGE="perl-spreadsheet-parseexcel"
al@19770 4 VERSION="0.65"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="Spreadsheet::ParseExcel - Read information from an Excel file"
al@19709 7 MAINTAINER="pascal.bellard@slitaz.org"
al@19709 8 LICENSE="GPL"
al@19770 9 WEB_SITE="https://metacpan.org/release/Spreadsheet-ParseExcel"
al@19770 10
al@19770 11 TARBALL="Spreadsheet-ParseExcel-$VERSION.tar.gz"
al@19770 12 WGET_URL="https://cpan.metacpan.org/authors/id/D/DO/DOUGW/$TARBALL"
al@19770 13
al@19770 14 DEPENDS="perl-crypt-rc4 perl-digest-perl-md5 perl-io-stringy \
al@19770 15 perl-ole-storage_lite"
al@19770 16 BUILD_DEPENDS="$DEPENDS"
al@19709 17
al@19709 18 # Rules to configure and make the package.
al@19709 19 compile_rules()
al@19709 20 {
al@19770 21 perl Makefile.PL &&
al@19770 22 make && make DESTDIR=$install install &&
al@19770 23
al@19770 24 chmod -R u+w $install
al@19709 25 }
al@19709 26
al@19709 27 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19709 28 genpkg_rules()
al@19709 29 {
al@19770 30 copy @std
al@19709 31 }