mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
aalib: fix recipe.
This commit is contained in:
@@ -11,7 +11,7 @@ REVISION="2"
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="1997 Jam Hubicka"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -56,6 +56,10 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
# remove libtool files
|
||||
rm $libDir/*.la
|
||||
|
||||
prepareInstalledDevelLibs libaa
|
||||
fixPkgconfig
|
||||
|
||||
@@ -71,8 +75,7 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
aalib${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:aalib$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libaa$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libaa$secondaryArchSuffix = 1.0.4 compat >= 1
|
||||
cmd:aafire$secondaryArchSuffix = $portVersion compat >= 1
|
||||
cmd:aainfo$secondaryArchSuffix = $portVersion compat >= 1
|
||||
cmd:aalib_config$secondaryArchSuffix = $portVersion compat >= 1
|
||||
@@ -81,5 +84,6 @@ PROVIDES_devel="
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
haiku
|
||||
aalib$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
Reference in New Issue
Block a user