wok-next annotate perl-spreadsheet-writeexcel/receipt @ rev 20599

More fix libtool
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 17 00:06:41 2018 +0300 (2018-04-17)
parents 2d12ebd38be4
children 4e6503d7a19f
rev   line source
pascal@1605 1 # SliTaz package receipt.
pascal@1605 2
pascal@1605 3 PACKAGE="perl-spreadsheet-writeexcel"
al@19709 4 VERSION="2.40"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Spreadsheet::WriteExcel - Write to a cross-platform Excel binary \
al@19709 7 file"
pascal@1605 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/Spreadsheet-WriteExcel"
al@19709 11
al@19709 12 TARBALL="Spreadsheet-WriteExcel-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/J/JM/JMCNAMARA/$TARBALL"
al@19709 14
al@19709 15 DEPENDS="perl-ole-storage_lite perl-parse-recdescent"
al@19709 16 BUILD_DEPENDS="$DEPENDS"
pascal@1605 17
pascal@1605 18 # Rules to configure and make the package.
pascal@1605 19 compile_rules()
pascal@1605 20 {
al@19709 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
pascal@1605 25 }
pascal@1605 26
pascal@1605 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1605 28 genpkg_rules()
pascal@1605 29 {
al@19709 30 copy @std
pascal@1605 31 }