milis/talimatname/genel/n/net-tools/talimat

21 lines
450 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Ağ araçları
# URL: http://net-tools.sourceforge.net/
# Paketçi: milisarge
# Gerekler:
# Grup: ağ
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
}