milis/talimatname/genel/net-tools/talimat

22 lines
583 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.

# Description: ağ araçları
# URL: http://net-tools.sourceforge.net/
# Maintainer: http://linuxfromscratch.org/
# Packager: milisarge
# Depends on:
description="Collection of programs for controlling the network subsystem of the Linux kernel."
name=net-tools
version=20101030
release=1
source=(http://anduin.linuxfromscratch.org/sources/BLFS/svn/n/$name-CVS_$version.tar.gz
net-tools-CVS_20101030-remove_dups-1.patch)
build() {
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
}