Package Details: netwib 5.39.0-1

Git Clone URL: https://aur.archlinux.org/netwib.git (read-only, click to copy)
Package Base: netwib
Description: A network library. It is oriented towards developers.
Upstream URL: http://www.laurentconstantin.com/en/netw/netwib/
Licenses: GPL
Submitter: None
Maintainer: keenerd
Last Packager: keenerd
Votes: 5
Popularity: 0.000303
First Submitted: 2006-05-04 16:05 (UTC)
Last Updated: 2015-06-13 04:31 (UTC)

Latest Comments

jgn commented on 2014-01-28 17:19 (UTC)

You also need to add the line: options=('staticlibs')

keenerd commented on 2012-08-26 14:13 (UTC)

To prevent it from installing stuff in /usr/local run sed -i -e 's|/local||' -e 's|/man$|/share&|' config.dat before genemake. Please don't use "|| return 1", please use $srcdir and $pkgdir instead of $startdir. Quoting the $srcdir and $pkgdir variables is also a very good idea. These apply to your netwox package too.

<deleted-account> commented on 2012-08-22 08:01 (UTC)

pkgname=netwib pkgver=5.39.0 pkgrel=1 pkgdesc="A network library. It is oriented towards developers." url="http://www.laurentconstantin.com/en/netw/netwib/" license=('GPL') makedepends=('libpcap' 'libnet') arch=('i686' 'x86_64') source=(http://sourceforge.net/projects/ntwib/files/netwib/5.39/${pkgname}-${pkgver}-src.tgz) md5sums=('2ffba612bce15f4e29beb8dd32d1a469') build(){ cd $startdir/src/$pkgname-$pkgver-src/src ./genemake make || return 1 make DESTDIR=$startdir/pkg install }

<deleted-account> commented on 2011-08-05 07:07 (UTC)

source=(http://sourceforge.net/projects/ntwib/files/netwib/5.38/${pkgname}-${pkgver}-src.tgz)