wok-next view perl-text-csv/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 1a86cb99cbbf
children 701a4b1784b6
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 REPOLOGY="perl:text-csv"
12 SUGGESTED="perl-text-csv_xs"
14 TARBALL="Text-CSV-$VERSION.tar.gz"
15 WGET_URL="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/$TARBALL"
17 DEPENDS="perl"
18 BUILD_DEPENDS="perl"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 perl Makefile.PL &&
24 make && make DESTDIR=$install install &&
26 chmod -R u+w $install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy @std
33 }