milis/talimatname/temel/file/talimat

19 lines
341 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Utility for determining the type of a given file or files.
# URL: ftp://ftp.fu-berlin.de/unix/tools/file/
# Paketçi: milisarge
# Gerekler:
isim=file
surum=5.25
devir=1
kaynak=(ftp://ftp.astron.com/pub/file/file-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make check
make DESTDIR=$PKG install
}