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/251.native_packages_lib.d/nettle.package | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 groups.d/251.native_packages_lib.d/nettle.package (limited to 'groups.d/251.native_packages_lib.d/nettle.package') diff --git a/groups.d/251.native_packages_lib.d/nettle.package b/groups.d/251.native_packages_lib.d/nettle.package new file mode 100644 index 00000000..86acfdb4 --- /dev/null +++ b/groups.d/251.native_packages_lib.d/nettle.package @@ -0,0 +1,11 @@ +: ${PKG_NETTLE_SHA256SUM:=364f3e2b77cd7dcde83fd7c45219c834e54b0c75e428b6f894a23d12dd41cbfe}; +: ${PKG_NETTLE_VERSION:=3.8.1}; +: ${PKG_NETTLE_URL:=https://ftp.gnu.org/gnu/nettle/nettle-${PKG_NETTLE_VERSION}.tar.gz}; +: ${PKG_NETTLE_CFLAGS_CONFIGURE_EXTRA:=-std=gnu99}; +: ${PKG_NETTLE_CONFIG_CACHE_EXTRA:="nettle_cv_asm_underscore=no"}; +: ${PKG_NETTLE_INSTALL_FILES_V2:="m0755=lib/%"}; +: ${PKG_NETTLE_MAKEFLAGS_PARALLELISE:="-j1"}; + +ex_pkg_register "nettle" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages"; + +# vim:filetype=sh textwidth=0 -- cgit v1.2.3