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

python-bcrypt: added build dependencies
author Hans-G?nter Theisgen
date Mon Apr 06 06:26:59 2020 +0100 (2020-04-06)
parents 20661c276bcf
children 15650f5d595b
rev   line source
erjo@11834 1 # SliTaz package receipt.
erjo@11834 2
erjo@11834 3 PACKAGE="perl-encode-locale"
Hans-G?nter@23320 4 VERSION="1.05"
erjo@11834 5 CATEGORY="development"
Hans-G?nter@23320 6 SHORT_DESC="Perl extension - 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"
Hans-G?nter@23320 10
erjo@11834 11 SOURCE="Encode-Locale"
erjo@11834 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23320 13 WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL"
slaxemulator@11839 14
slaxemulator@11839 15 DEPENDS="perl"
slaxemulator@11839 16 BUILD_DEPENDS="perl"
erjo@11834 17
erjo@11834 18 # Rules to configure and make the package.
erjo@11834 19 compile_rules()
erjo@11834 20 {
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 {
Hans-G?nter@23320 29 cp -a $install/* $fs
erjo@11834 30 }