From f35183aa13495ee6bfb308b0b7f0490552973992 Mon Sep 17 00:00:00 2001 From: Bruno Hildenbrand Date: Mon, 22 Jul 2024 02:41:01 -0600 Subject: [PATCH] feat(24.04): add httping slices (#279) --------- Co-authored-by: Cristovao Cordeiro --- slices/httping.yaml | 19 +++++++++++++++++++ slices/libfftw3-double3.yaml | 18 ++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 slices/httping.yaml create mode 100644 slices/libfftw3-double3.yaml diff --git a/slices/httping.yaml b/slices/httping.yaml new file mode 100644 index 000000000..80dd878a1 --- /dev/null +++ b/slices/httping.yaml @@ -0,0 +1,19 @@ +package: httping + +essential: + - httping_copyright + +slices: + bins: + essential: + - libfftw3-double3_libs + - libncursesw6_libs + - libssl3t64_libs + - libtinfo6_libs + - openssl_bins + contents: + /usr/bin/httping: + + copyright: + contents: + /usr/share/doc/httping/copyright: diff --git a/slices/libfftw3-double3.yaml b/slices/libfftw3-double3.yaml new file mode 100644 index 000000000..82c3d43f9 --- /dev/null +++ b/slices/libfftw3-double3.yaml @@ -0,0 +1,18 @@ +package: libfftw3-double3 + +essential: + - libfftw3-double3_copyright + +slices: + libs: + essential: + - libc6_libs + - libgomp1_libs + contents: + /usr/lib/*-linux-*/libfftw3.so.3*: + /usr/lib/*-linux-*/libfftw3_omp.so.3*: + /usr/lib/*-linux-*/libfftw3_threads.so.3*: + + copyright: + contents: + /usr/share/doc/libfftw3-double3/copyright: