mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Fix ordering
This commit is contained in:
@@ -8,10 +8,10 @@ system to support fast attribute indexing and queries, but you can use it for \
|
||||
other things. This package also includes the AGMSAVLTest GUI App. It tests \
|
||||
the operations on the tree, provided by libavlduptree."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/AVLDupTree"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/AVLDupTree.git#5969ca7e26e65857a9ade8ed6abee2fda7f1e9d9"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2001 Alexander G. M. Smith"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/AVLDupTree.git#5969ca7e26e65857a9ade8ed6abee2fda7f1e9d9"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
|
||||
@@ -26,6 +26,7 @@ REQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libavlduptree${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libavlduptree$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
@@ -33,6 +34,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libavlduptree${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user