From b2c1ea9526151c4fed9dca8348019d718f489e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Andrea=20Illanes=20Albornoz?= Date: Wed, 24 Apr 2024 15:24:48 +0200 Subject: Implements single package files. --- groups.d/221.native_packages_dev.d/flex.package | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 groups.d/221.native_packages_dev.d/flex.package (limited to 'groups.d/221.native_packages_dev.d/flex.package') 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 -- cgit v1.2.3