aalib: fix recipe.

This commit is contained in:
Jerome Duval
2015-11-28 11:37:15 +00:00
parent e923a190f3
commit 02f1648e94

View File

@@ -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
"