wok view perl-event/receipt @ rev 17380

Add iwatch +deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 26 13:45:57 2014 +0100 (2014-11-26)
parents
children 46fc8daa3b41
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-event"
4 VERSION="1.23"
5 CATEGORY="development"
6 SHORT_DESC="Event module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENCE="GPL"
9 SOURCE="Event"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://cpan.org/"
12 WGET_URL="http://cpan.org/authors/id/E/ET/ETJ/$TARBALL"
13 SUGGESTED="perl-time-hires"
15 DEPENDS="perl"
16 BUILD_DEPENDS="perl"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
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 mkdir -p $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 }