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