mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
23 lines
583 B
Plaintext
23 lines
583 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.11.tar.gz"
|
|
CHECKSUM_MD5="16a407bd66d6c7a832f3a5c0d609c27b"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd file-5.11
|
|
autoreconf -fvi
|
|
./configure --prefix="$(finddir B_COMMON_DIRECTORY)" \
|
|
--mandir="$(finddir B_COMMON_DOCUMENTATION_DIRECTORY)/man" \
|
|
--datadir="$(finddir B_COMMON_DATA_DIRECTORY)"
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd file-5.11
|
|
make install
|
|
}
|
|
LICENSE="BSD (2-clause)"
|
|
COPYRIGHT="1986-1999 Ian F. Darwin"
|