wok-next annotate perl-event/receipt @ rev 20749

pcre package was split into separate libs. Update the dependencies of the packages that previously depended on pcre.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 01 00:47:43 2018 +0300 (2018-06-01)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
pascal@17380 1 # SliTaz package receipt.
pascal@17380 2
pascal@17380 3 PACKAGE="perl-event"
al@19709 4 VERSION="1.26"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Event - Event loop processing"
pascal@17380 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18334 8 LICENSE="unknown"
al@19709 9 WEB_SITE="https://metacpan.org/release/Event"
pascal@17380 10 SUGGESTED="perl-time-hires"
pascal@17380 11
al@19709 12 TARBALL="Event-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETJ/$TARBALL"
al@19709 14
pascal@17380 15 DEPENDS="perl"
al@19769 16 BUILD_DEPENDS="perl-dev"
pascal@17380 17
pascal@17380 18 # Rules to configure and make the package.
pascal@17380 19 compile_rules()
pascal@17380 20 {
al@19709 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
pascal@17380 25 }
pascal@17380 26
pascal@17380 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17380 28 genpkg_rules()
pascal@17380 29 {
al@19709 30 copy @std @dev
pascal@17380 31 }