wok-next annotate perl-log-agent/receipt @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents 44d2daaccb67
children d5aab818505e
rev   line source
sygne@1683 1 # SliTaz package receipt.
sygne@1683 2
sygne@1683 3 PACKAGE="perl-log-agent"
al@20820 4 VERSION="1.003"
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@20884 10 REPOLOGY="perl:log-agent"
al@19709 11
al@19709 12 TARBALL="Log-Agent-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/M/MR/MROGASKI/$TARBALL"
al@19709 14
sygne@1683 15 DEPENDS="perl"
sygne@1683 16 BUILD_DEPENDS="perl"
sygne@1683 17
sygne@1683 18 # Rules to configure and make the package.
sygne@1683 19 compile_rules()
sygne@1683 20 {
sygne@1683 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
sygne@1683 25 }
sygne@1683 26
sygne@1683 27 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@1683 28 genpkg_rules()
sygne@1683 29 {
al@19709 30 copy @std
sygne@1683 31 }