wok view perl-term-readkey/receipt @ rev 20905

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 10:24:30 2019 +0100 (2019-02-27)
parents 20661c276bcf
children 3978bd77efff
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-term-readkey"
4 VERSION="2.37"
5 CATEGORY="development"
6 SHORT_DESC="Term::ReadKey module is a Perl extension."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL"
9 DEPENDS="perl"
10 BUILD_DEPENDS="perl"
11 SOURCE="TermReadKey"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="https://metacpan.org/release/TermReadKey"
14 WGET_URL="https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 perl Makefile.PL &&
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 }