mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fix ordering
This commit is contained in:
@@ -3,22 +3,20 @@ DESCRIPTION="GeoIP is a database of IP addresses that allow mapping IPs to a
|
||||
physical location. The GeoIP database is distributed in a specific format, and
|
||||
this library is used to query the database."
|
||||
HOMEPAGE="https://github.com/maxmind/libmaxminddb"
|
||||
REVISION="1"
|
||||
COPYRIGHT="2013-2014 Maxmind"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/maxmind/libmaxminddb/releases/download/$portVersion/libmaxminddb-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="260d2d56376c156da7ddecddec55621f5f1c4c6351e1f78116b8846c42ae7bce"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
SOURCE_URI="https://github.com/maxmind/libmaxminddb/releases/download/$portVersion/libmaxminddb-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="260d2d56376c156da7ddecddec55621f5f1c4c6351e1f78116b8846c42ae7bce"
|
||||
|
||||
PROVIDES="
|
||||
libmaxminddb$secondaryArchSuffix = $portVersion
|
||||
cmd:mmdblookup$secondaryArchSuffix
|
||||
lib:libmaxminddb$secondaryArchSuffix = 0.0.7 compat = 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
@@ -26,11 +24,9 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
devel:libmaxminddb$secondaryArchSuffix = 0.0.7 compat = 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libmaxminddb$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:awk
|
||||
|
||||
Reference in New Issue
Block a user