wok-next view perl-spreadsheet-parseexcel/receipt @ rev 20049

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