wok annotate perl-unicode-string/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 20661c276bcf
children 15650f5d595b
rev   line source
pascal@1915 1 # SliTaz package receipt.
pascal@1915 2
pascal@1915 3 PACKAGE="perl-unicode-string"
Hans-G?nter@23411 4 VERSION="2.10"
pascal@1915 5 CATEGORY="development"
Hans-G?nter@23411 6 SHORT_DESC="Perl extension Unicode::String."
pascal@1915 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
Hans-G?nter@23411 9 WEB_SITE="https://metacpan.org/release/Unicode-String"
Hans-G?nter@23411 10
Hans-G?nter@23411 11 SOURCE="Unicode-String"
Hans-G?nter@23411 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23411 13 WGET_URL="https://www.cpan.org/modules/by-module/Unicode/$TARBALL"
Hans-G?nter@23411 14
pascal@1915 15 DEPENDS="perl"
pascal@1915 16 BUILD_DEPENDS="perl"
pascal@1915 17
pascal@1915 18 # Rules to configure and make the package.
pascal@1915 19 compile_rules()
pascal@1915 20 {
pascal@1915 21 perl Makefile.PL &&
pascal@1915 22 make &&
pascal@14702 23 make DESTDIR=$DESTDIR install
pascal@1915 24 }
pascal@1915 25
pascal@1915 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1915 27 genpkg_rules()
pascal@1915 28 {
pascal@1915 29 mkdir -p $fs/usr
Hans-G?nter@23411 30 cp -a $install/usr/lib $fs/usr
pascal@1915 31 }