wok-next annotate perl-filesys-statvfs/receipt @ rev 20297

Up spl (0.7.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 09 21:37:23 2017 +0100 (2017-11-09)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
pascal@14280 1 # SliTaz package receipt.
pascal@14280 2
pascal@14280 3 PACKAGE="perl-filesys-statvfs"
pascal@14280 4 VERSION="0.82"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Filesys::Statvfs - Perl extension for statvfs() and fstatvfs()"
pascal@14280 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/Filesys-Statvfs"
al@19709 10
al@19709 11 TARBALL="Filesys-Statvfs-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/$TARBALL"
pascal@14280 13
pascal@14280 14 DEPENDS="perl"
al@19769 15 BUILD_DEPENDS="perl-dev"
pascal@14280 16
pascal@14280 17 # Rules to configure and make the package.
pascal@14280 18 compile_rules()
pascal@14280 19 {
pascal@14280 20 perl Makefile.PL &&
al@19709 21 make && make DESTDIR=$install install &&
al@19709 22
al@19709 23 chmod -R u+w $install
pascal@14280 24 }
pascal@14280 25
pascal@14280 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14280 27 genpkg_rules()
pascal@14280 28 {
al@19709 29 copy @std
pascal@14280 30 }