wok view perl-extutils-depends/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 20661c276bcf
children cd91da7e97d5
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-extutils-depends"
4 SOURCE="ExtUtils-Depends"
5 VERSION="0.405"
6 CATEGORY="development"
7 SHORT_DESC="Easily build XS extensions that depends on XS extensions."
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="GPL"
10 DEPENDS="perl"
11 BUILD_DEPENDS="perl"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="https://metacpan.org/release/ExtUtils-Depends"
14 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$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 }