libnet: 1.1.2.1 -> 1.1.6
This commit is contained in:
parent
03c0b4ad0b
commit
6af57f45a9
@ -12,3 +12,13 @@ drwxr-xr-x root/root usr/include/libnet/
|
||||
-rw-r--r-- root/root usr/include/libnet/libnet-types.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libnet.a
|
||||
-rwxr-xr-x root/root usr/lib/libnet.la
|
||||
lrwxrwxrwx root/root usr/lib/libnet.so -> libnet.so.1.7.0
|
||||
lrwxrwxrwx root/root usr/lib/libnet.so.1 -> libnet.so.1.7.0
|
||||
-rwxr-xr-x root/root usr/lib/libnet.so.1.7.0
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man3/
|
||||
-rw-r--r-- root/root usr/share/man/man3/libnet-functions.h.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/libnet-macros.h.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/libnet.h.3.gz
|
||||
|
@ -1 +1 @@
|
||||
be845c41170d72c7db524f3411b50256 libnet-1.1.2.1.tar.gz
|
||||
710296fe424a49344e5fcc0d09e53317 libnet-1.1.6.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
# Description: Library for constructing and injecting network packets
|
||||
# URL: http://www.packetfactory.net/libnet/
|
||||
# URL: http://libnet-dev.sf.net
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Depends on:
|
||||
|
||||
name=libnet
|
||||
version=1.1.2.1
|
||||
release=2
|
||||
source=(ftp://ftp.eenet.ee/pub/FreeBSD/distfiles/$name-$version.tar.gz)
|
||||
version=1.1.6
|
||||
release=1
|
||||
source=(http://downloads.sourceforge.net/project/libnet-dev/libnet-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name
|
||||
cd $name-$version
|
||||
export CFLAGS=$CFLAGS" -fPIC"
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
Loading…
x
Reference in New Issue
Block a user