wok view perl-common-sense/receipt @ rev 18977

splashutils: update depends
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Mar 14 01:37:07 2016 +0200 (2016-03-14)
parents a95b0be09647
children f60942c6da6f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-common-sense"
4 VERSION="3.73"
5 CATEGORY="development"
6 SHORT_DESC="common::sense module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 SOURCE="common-sense"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://cpan.org/"
12 WGET_URL="http://cpan.org/authors/id/M/ML/MLEHMANN/$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 }