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

Check Repology info from m* to python-babel
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 12 18:34:58 2018 +0300 (2018-07-12)
parents bc6672455954
children d5aab818505e
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@20884 10 REPOLOGY="perl:spreadsheet-parseexcel"
al@19770 11
al@19770 12 TARBALL="Spreadsheet-ParseExcel-$VERSION.tar.gz"
al@19770 13 WGET_URL="https://cpan.metacpan.org/authors/id/D/DO/DOUGW/$TARBALL"
al@19770 14
al@19770 15 DEPENDS="perl-crypt-rc4 perl-digest-perl-md5 perl-io-stringy \
al@19770 16 perl-ole-storage_lite"
al@19770 17 BUILD_DEPENDS="$DEPENDS"
al@19709 18
al@19709 19 # Rules to configure and make the package.
al@19709 20 compile_rules()
al@19709 21 {
al@19770 22 perl Makefile.PL &&
al@19770 23 make && make DESTDIR=$install install &&
al@19770 24
al@19770 25 chmod -R u+w $install
al@19709 26 }
al@19709 27
al@19709 28 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19709 29 genpkg_rules()
al@19709 30 {
al@19770 31 copy @std
al@19709 32 }