enet: bump version.

enable x86 secondary architecture.
remove static library.
This commit is contained in:
Jerome Duval
2020-01-02 19:23:33 +01:00
parent 27f2fd669d
commit 6862f7f364
2 changed files with 5 additions and 5 deletions

View File

@@ -12,15 +12,15 @@ COPYRIGHT="2002-2010 Lee Salzman"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://enet.bespin.org/download/enet-$portVersion.tar.gz"
CHECKSUM_SHA256="e36072021faa28731b08c15b1c3b5b91b911baf5f6abcc7fe4a6d425abada35c"
CHECKSUM_SHA256="98f6f57aab0a424469619ed3047728f0d3901ce8f0dea919c11e7966d807e870"
PATCHES="enet-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
enet$secondaryArchSuffix = $portVersion
lib:libenet$secondaryArchSuffix = 7.0.1 compat >= 7
lib:libenet$secondaryArchSuffix = 7.0.2 compat >= 7
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -28,7 +28,7 @@ REQUIRES="
PROVIDES_devel="
enet${secondaryArchSuffix}_devel = $portVersion
devel:libenet$secondaryArchSuffix = 7.0.1 compat >= 7
devel:libenet$secondaryArchSuffix = 7.0.2 compat >= 7
"
REQUIRES_devel="
enet$secondaryArchSuffix == $portVersion base
@@ -58,7 +58,7 @@ INSTALL()
{
make install
rm $libDir/libenet.la
rm $libDir/libenet.la $libDir/libenet.a
prepareInstalledDevelLibs libenet
fixPkgconfig