summaryrefslogtreecommitdiffhomepage
path: root/groups.d/221.native_packages_dev.d/flex.package
diff options
context:
space:
mode:
Diffstat (limited to 'groups.d/221.native_packages_dev.d/flex.package')
-rw-r--r--groups.d/221.native_packages_dev.d/flex.package9
1 files changed, 9 insertions, 0 deletions
diff --git a/groups.d/221.native_packages_dev.d/flex.package b/groups.d/221.native_packages_dev.d/flex.package
new file mode 100644
index 00000000..461f9bee
--- /dev/null
+++ b/groups.d/221.native_packages_dev.d/flex.package
@@ -0,0 +1,9 @@
+: ${PKG_FLEX_SHA256SUM:=e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995};
+: ${PKG_FLEX_VERSION:=2.6.4};
+: ${PKG_FLEX_URL:=https://github.com/westes/flex/releases/download/v${PKG_FLEX_VERSION}/flex-${PKG_FLEX_VERSION}.tar.gz};
+: ${PKG_FLEX_CFLAGS_CONFIGURE_EXTRA:="-D_GNU_SOURCE"};
+: ${PKG_FLEX_CONFIGURE_ARGS_EXTRA:=--disable-libfl};
+
+ex_pkg_register "flex" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages";
+
+# vim:filetype=sh textwidth=0