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

Remove mesa-dri-ati, mesa-dri-intel, mesa-dri-nouveau, mesa-dri-vmwgfx -> mesa-dri. Split llvm. Up/add xorg apps and some other stuff.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 22 03:43:01 2017 +0200 (2017-02-22)
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 }