talimat 583 B

12345678910111213141516171819202122
  1. # Description: ağ araçları
  2. # URL: http://net-tools.sourceforge.net/
  3. # Maintainer: http://linuxfromscratch.org/
  4. # Packager: milisarge
  5. # Depends on:
  6. description="Collection of programs for controlling the network subsystem of the Linux kernel."
  7. name=net-tools
  8. version=20101030
  9. release=1
  10. source=(http://anduin.linuxfromscratch.org/sources/BLFS/svn/n/$name-CVS_$version.tar.gz
  11. net-tools-CVS_20101030-remove_dups-1.patch)
  12. build() {
  13. cd net-tools-CVS_20101030
  14. patch -Np1 -i ../net-tools-CVS_20101030-remove_dups-1.patch
  15. yes "" | make config
  16. make
  17. make update DESTDIR=$PKG install
  18. }