wok view perl-module-runtime/receipt @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents 3d257ce86aef
children 81986d9b72b1
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-module-runtime"
4 VERSION="0.014"
5 CATEGORY="development"
6 SHORT_DESC="Module::Runtime is a perl module"
7 MAINTAINER="nneul@neulinger.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Module-Runtime"
10 SOURCE="Module-Runtime"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/$TARBALL"
14 DEPENDS="perl"
15 BUILD_DEPENDS="$DEPENDS"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 perl Makefile.PL &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }