milis/talimatname/temel/file/talimat

19 lines
341 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# 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
}