18 lines
338 B
Text
18 lines
338 B
Text
![]() |
# Description: Utility for determining the type of a given file or files
|
||
|
# URL:
|
||
|
# Maintainer:
|
||
|
# Depends on:
|
||
|
|
||
|
name=file
|
||
|
version=5.37
|
||
|
release=1
|
||
|
source=(ftp://ftp.astron.com/pub/$name/$name-$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
cd $name-$version
|
||
|
|
||
|
./configure --prefix=/usr
|
||
|
make
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|