milis/talimatname/genel/l/libdnet/talimat

19 lines
413 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: ARP arkaplan çalıştırma ve araçlar
2017-06-13 17:43:37 +02:00
# URL: http://arpon.sf.net
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libpcap libnet
2017-06-13 17:43:37 +02:00
name=libdnet
version=1.11
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
autoreconf -i -Iconfig
./configure --prefix=/usr \
--mandir=/usr/man
make
make install DESTDIR=$PKG
}