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

Up at-spi2-atk, libpcap, nettle, readline, tiff, xcb-util* and 220 Perl packages (there are still about 20 left)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 11 02:23:02 2017 +0300 (2017-05-11)
parents
children bc6672455954
rev   line source
al@19709 1 # SliTaz package receipt.
al@19709 2
al@19709 3 PACKAGE="perl-spreadsheet-parseexcel"
al@19709 4 VERSION="0.33"
al@19709 5 CATEGORY="development"
al@19709 6 SHORT_DESC="Spreadsheet::ParseExcel module is a Perl extension."
al@19709 7 MAINTAINER="pascal.bellard@slitaz.org"
al@19709 8 LICENSE="GPL"
al@19709 9 DEPENDS="perl"
al@19709 10 BUILD_DEPENDS="perl"
al@19709 11 SOURCE="Spreadsheet-ParseExcel"
al@19709 12 TARBALL="$SOURCE-$VERSION.tar.gz"
al@19709 13 WEB_SITE="http://cpan.org/"
al@19709 14 WGET_URL="http://cpan.org/authors/id/S/SZ/SZABGAB/$TARBALL"
al@19709 15
al@19709 16 # Rules to configure and make the package.
al@19709 17 compile_rules()
al@19709 18 {
al@19709 19 cd $src
al@19709 20 perl Makefile.PL
al@19709 21 make
al@19709 22 make DESTDIR=$DESTDIR install
al@19709 23 }
al@19709 24
al@19709 25 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19709 26 genpkg_rules()
al@19709 27 {
al@19709 28 mkdir -p $fs/usr
al@19709 29 cp -a $install/usr/lib $fs/usr
al@19709 30 }
al@19709 31