wok-next annotate perl-log-agent/receipt @ rev 20113
Add some bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 30 09:29:31 2017 +0100 (2017-10-30) |
parents | 2d12ebd38be4 |
children | 44d2daaccb67 |
rev | line source |
---|---|
sygne@1683 | 1 # SliTaz package receipt. |
sygne@1683 | 2 |
sygne@1683 | 3 PACKAGE="perl-log-agent" |
al@19709 | 4 VERSION="1.001" |
al@19709 | 5 CATEGORY="perl" |
al@19709 | 6 SHORT_DESC="Log::Agent - logging agent" |
sygne@1683 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14702 | 8 LICENSE="GPL" |
al@19709 | 9 WEB_SITE="https://metacpan.org/release/Log-Agent" |
al@19709 | 10 |
al@19709 | 11 TARBALL="Log-Agent-$VERSION.tar.gz" |
al@19709 | 12 WGET_URL="https://cpan.metacpan.org/authors/id/M/MR/MROGASKI/$TARBALL" |
al@19709 | 13 |
sygne@1683 | 14 DEPENDS="perl" |
sygne@1683 | 15 BUILD_DEPENDS="perl" |
sygne@1683 | 16 |
sygne@1683 | 17 # Rules to configure and make the package. |
sygne@1683 | 18 compile_rules() |
sygne@1683 | 19 { |
sygne@1683 | 20 perl Makefile.PL && |
al@19709 | 21 make && make DESTDIR=$install install && |
al@19709 | 22 |
al@19709 | 23 chmod -R u+w $install |
sygne@1683 | 24 } |
sygne@1683 | 25 |
sygne@1683 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
sygne@1683 | 27 genpkg_rules() |
sygne@1683 | 28 { |
al@19709 | 29 copy @std |
sygne@1683 | 30 } |