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/211.native_packages_cmdline.d/sharutils.package | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 groups.d/211.native_packages_cmdline.d/sharutils.package (limited to 'groups.d/211.native_packages_cmdline.d/sharutils.package') diff --git a/groups.d/211.native_packages_cmdline.d/sharutils.package b/groups.d/211.native_packages_cmdline.d/sharutils.package new file mode 100644 index 00000000..ec5b1dd6 --- /dev/null +++ b/groups.d/211.native_packages_cmdline.d/sharutils.package @@ -0,0 +1,12 @@ +: ${PKG_SHARUTILS_SHA256SUM:=2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a}; +: ${PKG_SHARUTILS_VERSION:=4.15.2}; +: ${PKG_SHARUTILS_URL:=https://ftp.gnu.org/gnu/sharutils/sharutils-${PKG_SHARUTILS_VERSION}.tar.xz}; +: ${PKG_SHARUTILS_CONFIG_CACHE_EXTRA:=" +libopts_cv_test_dev_zero=yes +libopts_cv_run_realpath=yes +libopts_cv_run_strftime=yes +libopts_cv_run_fopen_binary=yes"}; + +ex_pkg_register "sharutils" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages"; + +# vim:filetype=sh textwidth=0 -- cgit v1.2.3