19 lines
405 B
Plaintext
19 lines
405 B
Plaintext
|
# Tanım: ARP arkaplan çalıştırma ve araçlar
|
|||
|
# URL: http://arpon.sf.net
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: libpcap libnet
|
|||
|
|
|||
|
isim=libdnet
|
|||
|
surum=1.11
|
|||
|
devir=1
|
|||
|
kaynak=(http://download.sourceforge.net/$isim/$isim-$surum.tar.gz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd $isim-$surum
|
|||
|
autoreconf -i -Iconfig
|
|||
|
./configure --prefix=/usr \
|
|||
|
--mandir=/usr/man
|
|||
|
make
|
|||
|
make install DESTDIR=$PKG
|
|||
|
}
|