wok-next view perl-test-simple/receipt @ rev 20514

ardour, gdal, icu, js, jsoncpp, libvpx, llvm, mesa, minetest, opencv, qt5, scilab, webkit2gtk, webkitgtk, xalan-c: remove std.patch, use `fix math`.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 16:15:19 2018 +0200 (2018-03-21)
parents 3d257ce86aef
children 44d2daaccb67
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-test-simple"
4 VERSION="1.302083"
5 CATEGORY="perl"
6 SHORT_DESC="Basic utilities for writing tests"
7 MAINTAINER="nneul@neulinger.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Test-Simple"
11 TARBALL="Test-Simple-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$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 && make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy @std
30 }