mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
muscle: Add a _devel package with the static library
This commit is contained in:
@@ -62,4 +62,18 @@ INSTALL()
|
|||||||
cd server
|
cd server
|
||||||
cp muscled $binDir
|
cp muscled $binDir
|
||||||
cp admin $binDir/muscled-admin
|
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
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user