wok annotate perl-encode-locale/receipt @ rev 22868

updated gnutls and gnutls-dev again (3.3.16 -> 3.6.12)
author Hans-G?nter Theisgen
date Fri Feb 21 15:22:35 2020 +0100 (2020-02-21)
parents 6e8b1bcb30e2
children 825a450e0b4e
rev   line source
erjo@11834 1 # SliTaz package receipt.
erjo@11834 2
erjo@11834 3 PACKAGE="perl-encode-locale"
erjo@11834 4 VERSION="1.03"
erjo@11834 5 CATEGORY="development"
erjo@11834 6 SHORT_DESC="Determine the locale encoding"
slaxemulator@11839 7 MAINTAINER="slaxemulator@gmail.com"
pascal@14702 8 LICENSE="GPL"
pascal@20671 9 WEB_SITE="https://metacpan.org/release/Encode-Locale"
erjo@11834 10 SOURCE="Encode-Locale"
erjo@11834 11 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@20682 12 WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
slaxemulator@11839 13
slaxemulator@11839 14 DEPENDS="perl"
slaxemulator@11839 15 BUILD_DEPENDS="perl"
erjo@11834 16
erjo@11834 17 # Rules to configure and make the package.
erjo@11834 18 compile_rules()
erjo@11834 19 {
erjo@11834 20 cd $src
erjo@11834 21 perl Makefile.PL &&
erjo@11834 22 make &&
erjo@11834 23 make DESTDIR=$DESTDIR install
erjo@11834 24 }
erjo@11834 25
erjo@11834 26 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11834 27 genpkg_rules()
erjo@11834 28 {
slaxemulator@11839 29 cp -a $install/* $fs
erjo@11834 30 }