milis/talimatname/temel/file/talimat

19 lines
341 B
Text
Raw Normal View History

2017-10-27 22:56:50 +03:00
# Tanım: Utility for determining the type of a given file or files.
2016-02-24 02:27:23 +02:00
# URL: ftp://ftp.fu-berlin.de/unix/tools/file/
2017-10-27 22:56:50 +03:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 02:27:23 +02:00
2017-10-28 15:15:02 +03:00
isim=file
surum=5.25
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:15:02 +03:00
kaynak=(ftp://ftp.astron.com/pub/file/file-$surum.tar.gz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:15:02 +03:00
cd $isim-$surum
2017-10-27 22:56:50 +03:00
./configure --prefix=/usr
make
make check
make DESTDIR=$PKG install
}