talimat 378 B

123456789101112131415161718
  1. # Description: Utility for determining the type of a given file or files.
  2. # URL: ftp://ftp.fu-berlin.de/unix/tools/file/
  3. # Maintainer: Christos Zoulas
  4. # Packager: tnut at nutyx dot org
  5. name=file
  6. version=5.25
  7. release=1
  8. source=(ftp://ftp.astron.com/pub/file/file-$version.tar.gz)
  9. build() {
  10. cd $name-$version
  11. ./configure --prefix=/usr
  12. make
  13. make check
  14. make DESTDIR=$PKG install
  15. }