wok-next annotate perl-file-tail/receipt @ rev 20632

gegl: fix packing
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 10:53:56 2018 +0300 (2018-04-27)
parents 979b97234beb
children 4e6503d7a19f
rev   line source
pascal@7116 1 # SliTaz package receipt.
pascal@7116 2
pascal@7116 3 PACKAGE="perl-file-tail"
nneul@18448 4 VERSION="1.3"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="File::Tail - Perl extension for reading from continously updated \
al@19709 7 files"
pascal@7116 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/File-Tail"
al@19709 11
al@19709 12 TARBALL="File-Tail-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/M/MG/MGRABNAR/$TARBALL"
al@19709 14
pascal@7116 15 DEPENDS="perl"
pascal@7116 16 BUILD_DEPENDS="perl"
pascal@7116 17
pascal@7116 18 # Rules to configure and make the package.
pascal@7116 19 compile_rules()
pascal@7116 20 {
pascal@7116 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
pascal@7116 25 }
pascal@7116 26
pascal@7116 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@7116 28 genpkg_rules()
pascal@7116 29 {
al@19709 30 copy @std
pascal@7116 31 }