talimat 341 B

12345678910111213141516171819
  1. # Tanım: Utility for determining the type of a given file or files.
  2. # URL: ftp://ftp.fu-berlin.de/unix/tools/file/
  3. # Paketçi: milisarge
  4. # Gerekler:
  5. isim=file
  6. surum=5.25
  7. devir=1
  8. kaynak=(ftp://ftp.astron.com/pub/file/file-$surum.tar.gz)
  9. derle() {
  10. cd $isim-$surum
  11. ./configure --prefix=/usr
  12. make
  13. make check
  14. make DESTDIR=$PKG install
  15. }