wok-next view perl-text-csv/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 2d12ebd38be4
children 4e6503d7a19f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-text-csv"
4 VERSION="1.95"
5 CATEGORY="perl"
6 SHORT_DESC="Text::CSV - comma-separated values manipulator (using XS or \
7 PurePerl)"
8 MAINTAINER="slaxemulator@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/Text-CSV"
11 SUGGESTED="perl-text-csv_xs"
13 TARBALL="Text-CSV-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/$TARBALL"
16 DEPENDS="perl"
17 BUILD_DEPENDS="perl"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 perl Makefile.PL &&
23 make && make DESTDIR=$install install &&
25 chmod -R u+w $install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @std
32 }