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/010.host_deps.d/libressl_host.package | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 groups.d/010.host_deps.d/libressl_host.package (limited to 'groups.d/010.host_deps.d/libressl_host.package') diff --git a/groups.d/010.host_deps.d/libressl_host.package b/groups.d/010.host_deps.d/libressl_host.package new file mode 100644 index 00000000..d8c6d205 --- /dev/null +++ b/groups.d/010.host_deps.d/libressl_host.package @@ -0,0 +1,8 @@ +: ${PKG_LIBRESSL_HOST_SHA256SUM:=acfac61316e93b919c28d62d53037ca734de85c46b4d703f19fd8395cf006774}; +: ${PKG_LIBRESSL_HOST_VERSION:=3.6.1}; +: ${PKG_LIBRESSL_HOST_URL:=http://ftp.eu.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${PKG_LIBRESSL_HOST_VERSION}.tar.gz}; +: ${PKG_LIBRESSL_HOST_LDFLAGS_CONFIGURE:="-Wl,-rpath,${PREFIX}/lib"}; + +ex_pkg_register "libressl_host" "${RTL_FILEOP_SOURCE_FNAME}" "host_deps"; + +# vim:filetype=sh textwidth=0 -- cgit v1.2.3