mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
21 lines
452 B
Plaintext
21 lines
452 B
Plaintext
DESCRIPTION="Identify a file's format by scanning binary data for patterns"
|
|
HOMEPAGE="ftp://ftp.astron.com/pub/file/"
|
|
SRC_URI="ftp://ftp.astron.com/pub/file/file-5.04.tar.gz"
|
|
CHECKSUM_MD5="accade81ff1cc774904b47c72c8aeea0"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd file-5.04
|
|
autoreconf -fvi
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd file-5.04
|
|
make install
|
|
}
|
|
LICENSE="BSD (2-clause)"
|
|
COPYRIGHT="1986-1999 Ian F. Darwin"
|