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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 4e6503d7a19f
children f17e1f86f546
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 BUILD_DEPENDS="perl"
17 compile_rules() {
18 # avoid interactive questions
19 PERL_MM_USE_DEFAULT=1 \
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$install install &&
24 chmod -R u+w $install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="perl"
30 }