From a554f0732d2c6a5ca1e8d091e134d80180d1ec4a Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 29 Apr 2022 12:37:33 +0200 Subject: [PATCH] slunkcrypt, add devel package (#6861) --- app-crypt/slunkcrypt/slunkcrypt-2022_04_24.recipe | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/app-crypt/slunkcrypt/slunkcrypt-2022_04_24.recipe b/app-crypt/slunkcrypt/slunkcrypt-2022_04_24.recipe index 7bfbbd6e0..6408e3555 100644 --- a/app-crypt/slunkcrypt/slunkcrypt-2022_04_24.recipe +++ b/app-crypt/slunkcrypt/slunkcrypt-2022_04_24.recipe @@ -12,7 +12,7 @@ cryptography laws in many countries." HOMEPAGE="https://gitlab.com/lord_mulder/slunkcrypt" COPYRIGHT="2021-2022 LoRd MuldeR" LICENSE="CC0 1.0 Universal" -REVISION="1" +REVISION="2" gitLabDir="da63740f538e552708ae712bcc157142" SLUNKCRYPT_VERSION=`echo $portVersion | sed 's/\_/-/g'` SOURCE_URI="$HOMEPAGE/uploads/$gitLabDir/slunkcrypt.$SLUNKCRYPT_VERSION.source.tar.gz" @@ -26,12 +26,18 @@ SECONDARY_ARCHITECTURES="x86" PROVIDES=" slunkcrypt$secondaryArchSuffix = $portVersion cmd:slunkcrypt = $portVersion - devel:libslunkcrypt_1$secondaryArchSuffix " REQUIRES=" haiku$secondaryArchSuffix " +PROVIDES_devel=" + slunkcrypt${secondaryArchSuffix}_devel + devel:libslunkcrypt_1$secondaryArchSuffix + " +REQUIRES_devel=" + " + BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel " @@ -50,4 +56,7 @@ INSTALL() mkdir -p $prefix/bin $developLibDir cp frontend/bin/slunkcrypt $prefix/bin cp libslunkcrypt/lib/libslunkcrypt-1.a $developLibDir + + packageEntries devel \ + $developLibDir }