2016-06-06 22:51:56 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://darwinsys.com/file/
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Command-line tool that tells you in words what kind of data a file contains"
|
2019-01-21 15:00:12 +01:00
|
|
|
TERMUX_PKG_LICENSE="BSD 2-Clause"
|
2019-12-21 14:59:06 +01:00
|
|
|
TERMUX_PKG_VERSION=5.38
|
2016-10-26 23:25:37 +02:00
|
|
|
TERMUX_PKG_SRCURL=ftp://ftp.astron.com/pub/file/file-${TERMUX_PKG_VERSION}.tar.gz
|
2019-12-21 14:59:06 +01:00
|
|
|
TERMUX_PKG_SHA256=593c2ffc2ab349c5aea0f55fedfe4d681737b6b62376a9b3ad1e77b2cc19fa34
|
2019-04-14 14:51:46 +02:00
|
|
|
TERMUX_PKG_DEPENDS="zlib"
|
2019-07-20 10:42:33 +02:00
|
|
|
TERMUX_PKG_BREAKS="file-dev"
|
|
|
|
TERMUX_PKG_REPLACES="file-dev"
|
2015-11-15 01:12:27 +01:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_mmap_fixed_mapped=yes"
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_EXTRA_MAKE_ARGS="FILE_COMPILE=$TERMUX_PKG_HOSTBUILD_DIR/src/file"
|
2019-08-12 17:28:41 +02:00
|
|
|
TERMUX_PKG_HOSTBUILD=true
|