wok-next annotate perl-encode-locale/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
al@20443 1 # SliTaz package receipt v2.
erjo@11834 2
erjo@11834 3 PACKAGE="perl-encode-locale"
al@19709 4 VERSION="1.05"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Encode::Locale - Determine the locale encoding"
slaxemulator@11839 7 MAINTAINER="slaxemulator@gmail.com"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/Encode-Locale"
al@19709 10
al@19709 11 TARBALL="Encode-Locale-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL"
slaxemulator@11839 13
slaxemulator@11839 14 BUILD_DEPENDS="perl"
erjo@11834 15
al@20443 16 compile_rules() {
erjo@11834 17 perl Makefile.PL &&
al@19709 18 make && make DESTDIR=$install install &&
al@19709 19
al@19709 20 chmod -R u+w $install
erjo@11834 21 }
erjo@11834 22
al@20443 23 genpkg_rules() {
al@19709 24 copy @std
al@20443 25 DEPENDS="perl"
erjo@11834 26 }