libnet: 1.1.2.1 initial import

This commit is contained in:
Thomas Penteker 2008-07-13 01:11:22 +02:00
parent c1e5a41496
commit 5c9e736162
3 changed files with 32 additions and 0 deletions

14
libnet/.footprint Normal file
View File

@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/libnet-config
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/libnet.h
drwxr-xr-x root/root usr/include/libnet/
-rw-r--r-- root/root usr/include/libnet/libnet-asn1.h
-rw-r--r-- root/root usr/include/libnet/libnet-functions.h
-rw-r--r-- root/root usr/include/libnet/libnet-headers.h
-rw-r--r-- root/root usr/include/libnet/libnet-macros.h
-rw-r--r-- root/root usr/include/libnet/libnet-structures.h
-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

1
libnet/.md5sum Normal file
View File

@ -0,0 +1 @@
be845c41170d72c7db524f3411b50256 libnet-1.1.2.1.tar.gz

17
libnet/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Library for constructing and injecting network packets
# URL: http://www.packetfactory.net/libnet/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=libnet
version=1.1.2.1
release=1
source="http://www.packetfactory.net/libnet/dist/$name-$version.tar.gz"
build() {
cd $name
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -D -m 755 libnet-config $PKG/usr/bin/libnet-config
}