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

20 lines
444 B
Plaintext
Raw Normal View History

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
build() {
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
}