20 lines
438 B
Plaintext
20 lines
438 B
Plaintext
|
# Tanım: ağ araçları
|
|||
|
# URL: http://net-tools.sourceforge.net/
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler:
|
|||
|
|
|||
|
isim=net-tools
|
|||
|
surum=20101030
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=(http://anduin.linuxfromscratch.org/sources/BLFS/svn/n/$isim-CVS_$surum.tar.gz
|
|||
|
net-tools-CVS_20101030-remove_dups-1.patch)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd net-tools-CVS_20101030
|
|||
|
patch -Np1 -i ../net-tools-CVS_20101030-remove_dups-1.patch
|
|||
|
yes "" | make config
|
|||
|
make
|
|||
|
make update DESTDIR=$PKG install
|
|||
|
}
|