milis/talimatname/genel/net-tools/talimat

22 lines
583 B
Plaintext
Raw Normal View History

2016-04-06 01:51:31 +02:00
# 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
}