wok-next view perl-test-pod/receipt @ rev 19662

Remove tazchroot (not used for yearsand unusable)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:37:27 2017 +0100 (2017-03-16)
parents 2d12ebd38be4
children 1a86cb99cbbf
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-test-pod"
4 VERSION="1.51"
5 CATEGORY="development"
6 SHORT_DESC="Test::Pod module is a Perl extension."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://www.cpan.org/modules/"
11 TARBALL="Test-Pod-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
14 DEPENDS="perl"
15 BUILD_DEPENDS="perl"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 }