wok-next annotate perl-unicode-maputf8/receipt @ rev 20011

cairo-dock: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 21 18:36:22 2017 +0200 (2017-10-21)
parents 2d12ebd38be4
children 4e6503d7a19f
rev   line source
pascal@1916 1 # SliTaz package receipt.
pascal@1916 2
pascal@1916 3 PACKAGE="perl-unicode-maputf8"
pascal@1916 4 VERSION="1.11"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Unicode::MapUTF8 - Conversions to and from arbitrary character \
al@19709 7 sets and UTF8"
pascal@1916 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/Unicode-MapUTF8"
al@19709 11
al@19709 12 TARBALL="Unicode-MapUTF8-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/S/SN/SNOWHARE/$TARBALL"
al@19709 14
al@19709 15 DEPENDS="perl-jcode perl-unicode-map perl-unicode-map8 perl-unicode-string"
al@19709 16 BUILD_DEPENDS="$DEPENDS"
pascal@1916 17
pascal@1916 18 # Rules to configure and make the package.
pascal@1916 19 compile_rules()
pascal@1916 20 {
pascal@1916 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
pascal@1916 25 }
pascal@1916 26
pascal@1916 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1916 28 genpkg_rules()
pascal@1916 29 {
al@19709 30 copy @std
pascal@1916 31 }