mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Added devel and secondArchSuffix support to neon recipe.
This commit is contained in:
@@ -22,17 +22,20 @@ LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="1999-2011 Joe Orton"
|
||||
SRC_URI="http://www.webdav.org/neon/neon-0.29.6.tar.gz"
|
||||
CHECKSUM_MD5="591e0c82e6979e7e615211b386b8f6bc"
|
||||
REVISION="7"
|
||||
REVISION="8"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="neon-0.29.6.patch"
|
||||
|
||||
PROVIDES="
|
||||
neon = $portVersion compat >= 0.29
|
||||
lib:libneon = 27.2.6 compat >= 27.2
|
||||
neon$secondaryArchSuffix = $portVersion compat >= 0.29
|
||||
libneon$secondaryArchSuffix = 27.2.6 compat >= 27.2
|
||||
lib:libneon$secondaryArchSuffix = 27.2.6 compat >= 27.2
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libcrypto
|
||||
lib:libncurses
|
||||
lib:libssl
|
||||
@@ -42,12 +45,12 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
devel:libcrypto
|
||||
devel:libncurses
|
||||
devel:libssl >= 1.0.0
|
||||
devel:libssl
|
||||
devel:libxml2 >= 2.7.8
|
||||
devel:libz
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:libtoolize
|
||||
@@ -96,10 +99,12 @@ INSTALL()
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
neon_devel = $portVersion compat >= 0.29
|
||||
cmd:neon_config = $portVersion compat >= 0.29
|
||||
devel:libneon = 27.2.6 compat >= 27
|
||||
neon${secondaryArchSuffix}_devel = $portVersion compat >= 0.29
|
||||
libneon${secondaryArchSuffix}_devel = 27.2.6 compat >= 27
|
||||
cmd:neon_config$secondaryArchSuffix = $portVersion compat >= 0.29
|
||||
devel:libneon$secondaryArchSuffix = 27.2.6 compat >= 27
|
||||
"
|
||||
REQUIRES_devel="
|
||||
neon == $portVersion base
|
||||
neon$secondaryArchSuffix == $portVersion base
|
||||
libneon$secondaryArchSuffix == 27.2.6
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user