wok-next annotate perl-proc-processtable/receipt @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents dfb3d7f1daed
children 44d2daaccb67
rev   line source
pascal@1607 1 # SliTaz package receipt.
pascal@1607 2
pascal@1607 3 PACKAGE="perl-proc-processtable"
al@19770 4 VERSION="0.53"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="Proc::ProcessTable - Perl extension to access the unix process \
al@19770 7 table"
pascal@1607 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 9 LICENSE="GPL"
al@19770 10 WEB_SITE="https://metacpan.org/release/Proc-ProcessTable"
al@19770 11
al@19770 12 TARBALL="Proc-ProcessTable-$VERSION.tar.gz"
al@19770 13 WGET_URL="https://cpan.metacpan.org/authors/id/J/JW/JWB/$TARBALL"
al@19770 14
pascal@1607 15 DEPENDS="perl"
al@19769 16 BUILD_DEPENDS="perl-dev"
pascal@1607 17
pascal@1607 18 # Rules to configure and make the package.
pascal@1607 19 compile_rules()
pascal@1607 20 {
al@19770 21 perl Makefile.PL &&
al@19770 22 make && make DESTDIR=$install install &&
al@19770 23
al@19770 24 chmod -R u+w $install
pascal@1607 25 }
pascal@1607 26
pascal@1607 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1607 28 genpkg_rules()
pascal@1607 29 {
al@19770 30 copy @std
pascal@1607 31 }