wok annotate perl-proc-processtable/receipt @ rev 23917
created recipes for lua-ffi and lua-posix
author | Hans-G?nter Theisgen |
---|---|
date | Wed Aug 19 09:11:10 2020 +0100 (2020-08-19) |
parents | 2d12ebd38be4 |
children | 15650f5d595b |
rev | line source |
---|---|
pascal@1607 | 1 # SliTaz package receipt. |
pascal@1607 | 2 |
pascal@1607 | 3 PACKAGE="perl-proc-processtable" |
Hans-G?nter@23388 | 4 VERSION="0.59" |
pascal@1607 | 5 CATEGORY="development" |
Hans-G?nter@23388 | 6 SHORT_DESC="Perl extension Proc::ProcessTable." |
pascal@1607 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14702 | 8 LICENSE="GPL" |
Hans-G?nter@23388 | 9 WEB_SITE="https://metacpan.org/release/Proc-ProcessTable" |
Hans-G?nter@23388 | 10 |
Hans-G?nter@23388 | 11 SOURCE="Proc-ProcessTable" |
Hans-G?nter@23388 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23388 | 13 WGET_URL="https://www.cpan.org/modules/by-module/Proc/$TARBALL" |
Hans-G?nter@23388 | 14 |
pascal@1607 | 15 DEPENDS="perl" |
pascal@1607 | 16 BUILD_DEPENDS="perl" |
pascal@1607 | 17 |
pascal@1607 | 18 # Rules to configure and make the package. |
pascal@1607 | 19 compile_rules() |
pascal@1607 | 20 { |
Hans-G?nter@23388 | 21 perl Makefile.PL && |
Hans-G?nter@23388 | 22 make && |
pascal@14702 | 23 make DESTDIR=$DESTDIR install |
pascal@1607 | 24 } |
pascal@1607 | 25 |
pascal@1607 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1607 | 27 genpkg_rules() |
pascal@1607 | 28 { |
pascal@1607 | 29 mkdir -p $fs/usr |
Hans-G?nter@23388 | 30 cp -a $install/usr/lib $fs/usr |
pascal@1607 | 31 } |