You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
438 B
10 lines
438 B
TERMUX_PKG_HOMEPAGE=http://flex.sourceforge.net/
|
|
TERMUX_PKG_DESCRIPTION="Fast lexical analyser generator"
|
|
TERMUX_PKG_VERSION=2.6.0
|
|
TERMUX_PKG_REVISION=2
|
|
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/flex/flex-${TERMUX_PKG_VERSION}.tar.xz
|
|
TERMUX_PKG_DEPENDS="m4"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+="ac_cv_path_M4=$TERMUX_PREFIX/bin/m4"
|
|
TERMUX_PKG_NO_DEVELSPLIT=yes
|
|
TERMUX_PKG_CONFLICTS="flex-dev"
|
|
TERMUX_PKG_REPLACES="flex-dev"
|
|
|