From 81544f88841f205cb5f8c7c8f9d99c14b159752c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 27 May 2019 15:38:42 +0100 Subject: [PATCH] hyperscan: Move rootfiles to arch directories This package is only compiled on x86_64 and i586 and cannot be packaged in any of the other architectures. Signed-off-by: Michael Tremer --- config/rootfiles/common/{ => i586}/hyperscan | 0 config/rootfiles/common/x86_64/hyperscan | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) rename config/rootfiles/common/{ => i586}/hyperscan (100%) create mode 100644 config/rootfiles/common/x86_64/hyperscan diff --git a/config/rootfiles/common/hyperscan b/config/rootfiles/common/i586/hyperscan similarity index 100% rename from config/rootfiles/common/hyperscan rename to config/rootfiles/common/i586/hyperscan diff --git a/config/rootfiles/common/x86_64/hyperscan b/config/rootfiles/common/x86_64/hyperscan new file mode 100644 index 0000000000..3cec5c0878 --- /dev/null +++ b/config/rootfiles/common/x86_64/hyperscan @@ -0,0 +1,18 @@ +#usr/include/hs +#usr/include/hs/hs.h +#usr/include/hs/hs_common.h +#usr/include/hs/hs_compile.h +#usr/include/hs/hs_runtime.h +#usr/lib/libhs.so +usr/lib/libhs.so.5 +usr/lib/libhs.so.5.1.1 +usr/lib/libhs_runtime.so +usr/lib/libhs_runtime.so.5 +usr/lib/libhs_runtime.so.5.1.1 +#usr/lib/pkgconfig/libhs.pc +#usr/share/doc/hyperscan +#usr/share/doc/hyperscan/examples +#usr/share/doc/hyperscan/examples/README.md +#usr/share/doc/hyperscan/examples/patbench.cc +#usr/share/doc/hyperscan/examples/pcapscan.cc +#usr/share/doc/hyperscan/examples/simplegrep.c -- 2.39.2