summaryrefslogtreecommitdiff
path: root/libnet/Pkgfile
blob: 25100db20b852d6c88eb4ba9ad1855e57ce24383 (plain)
    1 # Description: Library for constructing and injecting network packets
    2 # URL:         http://libnet-dev.sf.net
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 
    5 name=libnet
    6 version=1.2-rc3
    7 release=1
    8 source=(http://downloads.sourceforge.net/project/libnet-dev/libnet-$version.tar.gz)
    9 
   10 build() {
   11     cd $name-$version
   12     export CFLAGS=$CFLAGS" -fPIC" 
   13 
   14     ./configure --prefix=/usr
   15     sed -i 's/ sample//g' Makefile
   16     make
   17     make DESTDIR=$PKG install
   18     install -D -m 755 libnet-config $PKG/usr/bin/libnet-config
   19 }

Generated by cgit