wok-next annotate perl-text-iconv/receipt @ rev 20459

Combine receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 02 13:45:43 2018 +0200 (2018-03-02)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
pascal@5972 1 # SliTaz package receipt.
pascal@5972 2
pascal@5972 3 PACKAGE="perl-text-iconv"
pascal@5972 4 VERSION="1.7"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Text::Iconv - Perl interface to iconv() codeset conversion function"
pascal@5972 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/Text-Iconv"
al@19709 10
al@19709 11 TARBALL="Text-Iconv-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/M/MP/MPIOTR/$TARBALL"
al@19709 13
pascal@5972 14 DEPENDS="perl"
al@19769 15 BUILD_DEPENDS="perl-dev"
pascal@5972 16
pascal@5972 17 # Rules to configure and make the package.
pascal@5972 18 compile_rules()
pascal@5972 19 {
pascal@5972 20 perl Makefile.PL &&
al@19709 21 make && make DESTDIR=$install install &&
al@19709 22
al@19709 23 chmod -R u+w $install
pascal@5972 24 }
pascal@5972 25
pascal@5972 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@5972 27 genpkg_rules()
pascal@5972 28 {
al@19709 29 copy @std
pascal@5972 30 }