milis/talimatname/temel/file/talimat

19 lines
349 B
Plaintext
Raw Normal View History

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