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

Check Repology info from m* to python-babel
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 12 18:34:58 2018 +0300 (2018-07-12)
parents 1a86cb99cbbf
children d5aab818505e
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@20884 11 REPOLOGY="perl:file-tail"
al@19709 12
al@19709 13 TARBALL="File-Tail-$VERSION.tar.gz"
al@19709 14 WGET_URL="https://cpan.metacpan.org/authors/id/M/MG/MGRABNAR/$TARBALL"
al@19709 15
pascal@7116 16 DEPENDS="perl"
pascal@7116 17 BUILD_DEPENDS="perl"
pascal@7116 18
pascal@7116 19 # Rules to configure and make the package.
pascal@7116 20 compile_rules()
pascal@7116 21 {
pascal@7116 22 perl Makefile.PL &&
al@19709 23 make && make DESTDIR=$install install &&
al@19709 24
al@19709 25 chmod -R u+w $install
pascal@7116 26 }
pascal@7116 27
pascal@7116 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@7116 29 genpkg_rules()
pascal@7116 30 {
al@19709 31 copy @std
pascal@7116 32 }