mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
enet: bump version.
enable x86 secondary architecture. remove static library.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user