wok view perl-linux-inotify2/receipt @ rev 17885

fusecloop/extract_compressed_fs: large file support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 02 10:46:24 2015 +0200 (2015-04-02)
parents
children 46fc8daa3b41
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-linux-inotify2"
4 VERSION="1.22"
5 CATEGORY="development"
6 SHORT_DESC="Linux::Inotify2 module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENCE="GPL"
9 SOURCE="Linux-Inotify2"
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-common-sense"
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 }