wok-next annotate perl-lchown/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents dfb3d7f1daed
children d5aab818505e
rev   line source
pascal@14281 1 # SliTaz package receipt.
pascal@14281 2
pascal@14281 3 PACKAGE="perl-lchown"
pascal@14281 4 VERSION="1.01"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Lchown - use the lchown(2) system call from Perl"
pascal@14281 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/Lchown"
al@20884 10 REPOLOGY="perl:lchown"
al@19709 11
al@19709 12 TARBALL="Lchown-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/N/NC/NCLEATON/$TARBALL"
pascal@14281 14
pascal@14282 15 DEPENDS="perl"
al@19769 16 BUILD_DEPENDS="perl-dev perl-module-build"
pascal@14281 17
pascal@14281 18 # Rules to configure and make the package.
pascal@14281 19 compile_rules()
pascal@14281 20 {
pascal@14281 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
pascal@14281 25 }
pascal@14281 26
pascal@14281 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14281 28 genpkg_rules()
pascal@14281 29 {
al@19709 30 copy @std
pascal@14281 31 }