Package Details: perl-netpacket 1.7.2-1

Git Clone URL: https://aur.archlinux.org/perl-netpacket.git (read-only, click to copy)
Package Base: perl-netpacket
Description: assemble/disassemble network packets at the protocol level
Upstream URL: https://metacpan.org/release/NetPacket
Licenses: Artistic2.0
Submitter: osiux
Maintainer: cpanbot
Last Packager: cpanbot
Votes: 13
Popularity: 0.000000
First Submitted: 2010-08-06 06:18 (UTC)
Last Updated: 2023-11-07 12:52 (UTC)

Latest Comments

Xaekai commented on 2015-04-20 18:42 (UTC)

:ihavenoideawhatimdoing: http://paste.lymjeh.me/vNlS Working as of 1.6.0

osiux commented on 2013-11-24 07:44 (UTC)

Updated PKGBUILD using CPANPLUS::Dist::Arch for a most valid format :) Thanks hydranix and revel

hydranix commented on 2013-11-24 03:55 (UTC)

Heres an updated PKGBUILD. ------------------------------------------------------------------------------ # Updated by Hydranix [ Hydranix@gmx.ru ] # Original Maintainer Abandoned pkgname=perl-netpacket pkgver=1.4.3 pkgrel=1 pkgdesc="Assemble/disassemble network packets at the protocol level" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/NetPacket/" license=('artistic2') source=('http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/NetPacket-1.4.3.tar.gz') md5sums=('9ca7dfe00957a3bcb54f3bb10671eaef') sha256sums=('758de523c14c112a6ce3fcd8a9f4a584d1212cce44249e0b2b026a34705d49c2') makedepends=('perl-module-build>=0.360.100') provides=('perl-netpacket-arp=0.43.1' 'perl-netpacket-ethernet=0.43.1' 'perl-netpacket-icmp=0.43.1' 'perl-netpacket-icmpv6=0.43.1' 'perl-netpacket-igmp=0.43.1' 'perl-netpacket-ip=0.43.1' 'perl-netpacket-ipv6=0.43.1' 'perl-netpacket-pflog=0.43.1' 'perl-netpacket-tcp=0.43.1' 'perl-netpacket-udp=0.43.1') options=(!emptydirs) build() { _dir=$(find $srcdir -maxdepth 2 -type f -name 'Makefile.PL') if [ ! -z "$_dir" ]; then cd $(dirname "$_dir") PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 make || return 1 make install DESTDIR="${pkgdir}" || return 1 else _dir=$(find $srcdir -maxdepth 2 -type f -name 'Build.PL') if [ ! -z "$_dir" ]; then cd $(dirname "$_dir") PERL_MM_USE_DEFAULT=1 perl Build.PL INSTALLDIRS=vendor || return 1 ./Build || return 1 ./Build install destdir=${pkgdir} || return 1 else echo "error: failed to detect build method for $pkgname" echo "you may be able to fix this by editing the PKGBUILD" return 1 fi fi # remove perllocal.pod and .packlist find ${pkgdir} -name perllocal.pod -delete find ${pkgdir} -name .packlist -delete } # vim:set ts=2 sw=2 et: ------------------------------------------------------------------------------

revel commented on 2013-11-22 18:51 (UTC)

There is a problem with the source: curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading NetPacket-1.2.0.tar.gz