wok-next view perl-libnet/receipt @ rev 20896

dialog: up (1.3-20180621); dropbear: up (2018.76); e2fsprogs: up (1.44.3); elfutils: up (0.173); eudev: up (3.2.5); expat: up (2.2.5); fontconfig: up (2.13.0); freetype: up (2.9.1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 20 16:59:33 2018 +0300 (2018-07-20)
parents 44d2daaccb67
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-libnet"
4 VERSION="3.11"
5 CATEGORY="perl"
6 SHORT_DESC="Collection of network protocol modules"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/libnet"
10 REPOLOGY="perl:libnet"
12 TARBALL="libnet-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHAY/$TARBALL"
15 DEPENDS="perl"
16 BUILD_DEPENDS="perl"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 # avoid interactive questions
22 PERL_MM_USE_DEFAULT=1 \
23 perl Makefile.PL &&
24 make && make DESTDIR=$install install &&
26 chmod -R u+w $install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy @std
33 }