From 4b3dec5d6f3a9e64e9f423224a297a0b3588382a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 26 Jul 2014 17:23:26 +0200 Subject: [PATCH] muscle: Add a _devel package with the static library --- net-misc/muscle/muscle-6.00.recipe | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/net-misc/muscle/muscle-6.00.recipe b/net-misc/muscle/muscle-6.00.recipe index 052dee9f1..32e374240 100644 --- a/net-misc/muscle/muscle-6.00.recipe +++ b/net-misc/muscle/muscle-6.00.recipe @@ -62,4 +62,18 @@ INSTALL() cd server cp muscled $binDir cp admin $binDir/muscled-admin + + cp libmuscle.a $developLibDir + packageEntries devel \ + $developDir } + +PROVIDES_devel=" + muscle${secondaryArchSuffix}_devel = $portVersion + devel:muscle$secondaryArchSuffix = $portVersion + devel:libmuscle$secondaryArchSuffix = $portVersion + " + +REQUIRES_devel=" + muscle$secondaryArchSuffix == $portVersion base + "