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

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
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 }