Files
haikuports/sys-apps/file/file-5.04.bep
2010-05-16 19:28:03 +00:00

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"