2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: ağ araçları
|
2016-04-06 01:51:31 +02:00
|
|
|
|
# URL: http://net-tools.sourceforge.net/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler:
|
2016-04-06 01:51:31 +02:00
|
|
|
|
|
|
|
|
|
name=net-tools
|
|
|
|
|
version=20101030
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(http://anduin.linuxfromscratch.org/sources/BLFS/svn/n/$name-CVS_$version.tar.gz
|
2017-10-27 20:46:27 +02:00
|
|
|
|
net-tools-CVS_20101030-remove_dups-1.patch)
|
2016-04-06 01:51:31 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-27 20:46:27 +02:00
|
|
|
|
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
|
2016-04-06 01:51:31 +02:00
|
|
|
|
}
|