diff options
Diffstat (limited to 'groups.d/211.native_packages_cmdline.d/sharutils.package')
-rw-r--r-- | groups.d/211.native_packages_cmdline.d/sharutils.package | 12 |
1 files changed, 12 insertions, 0 deletions
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 |