19 lines
349 B
Plaintext
19 lines
349 B
Plaintext
# 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:
|
||
|
||
name=file
|
||
version=5.25
|
||
release=1
|
||
|
||
source=(ftp://ftp.astron.com/pub/file/file-$version.tar.gz)
|
||
|
||
build() {
|
||
cd $name-$version
|
||
./configure --prefix=/usr
|
||
make
|
||
make check
|
||
make DESTDIR=$PKG install
|
||
}
|