Package Details: perl-net-arp 1.0.11-2

Git Clone URL: https://aur.archlinux.org/perl-net-arp.git (read-only, click to copy)
Package Base: perl-net-arp
Description: Perl Module: Extension for creating ARP Packets
Upstream URL: http://search.cpan.org/dist/Net-ARP/
Licenses: PerlArtistic
Submitter: sahne
Maintainer: jose1711
Last Packager: jose1711
Votes: 38
Popularity: 0.000000
First Submitted: 2009-03-31 14:50 (UTC)
Last Updated: 2020-12-14 10:02 (UTC)

Latest Comments

jose1711 commented on 2020-12-14 10:02 (UTC)

@himan Thank you, should be fixed now

himan commented on 2020-12-14 09:51 (UTC)

line 5 _realname=Net-ARP

line 17 cd ${srcdir}/${_realname}

but only a Net-ARP-1.0.11 in the srcdir

snark.real commented on 2014-06-23 05:02 (UTC)

Please update source with http://cpan.metacpan.org/authors/id/C/CR/CRAZYDJ/Net-ARP-1.0.8.tgz

jose1711 commented on 2013-06-01 19:31 (UTC)

@VVS: very strange. could you please post output of pacman -Ql perl-net-arp and also write how you installed the package? jose

VVS commented on 2013-05-27 18:23 (UTC)

I found in root: /Net::ARP.3 /Net/ARP.pm /auto/Net/ARP/ARP.bs /auto/Net/ARP/ARP.so What is this???

CaptainHook8 commented on 2013-04-27 12:22 (UTC)

You need to replace in the PKGBUILD file "${startdir}/src/" with "${srcdir}/", and "${startdir}/pkg/" with "${pkgdir}/". Otherwise it doesn't install right, it creates a bad .pkg.tar.xz file.

linukizx commented on 2011-07-09 09:52 (UTC)

# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ # Maintainer: Kevin Piche <kevin@archlinux.org> pkgname=perl-net-arp _realname=Net-ARP pkgver=1.0.6 pkgrel=3 pkgdesc="Perl Module: Extension for creating ARP Packets" arch=(i686 x86_64) license=('PerlArtistic') url="http://search.cpan.org/dist/${_realname}/" depends=('perl>=5.10.0') source=(http://search.cpan.org/CPAN/authors/id/C/CR/CRAZYDJ/${_realname}-${pkgv$ md5sums=('') sha1sums=('07908ad02cced02e6283f3f1a93ddf42e70bab74') build() { cd ${startdir}/src/${_realname} # install module in vendor directories. PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 make || return 1 make install DESTDIR=${startdir}/pkg || return 1 # remove perllocal.pod and .packlist find ${startdir}/pkg -name perllocal.pod -delete find ${startdir}/pkg -name .packlist -delete } # vim: ts=2 sw=2 et ft=sh

linukizx commented on 2011-07-09 09:32 (UTC)

update 1.0.6