mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
swig: don't depend on every possible language.
* enable x86.
This commit is contained in:
@@ -22,49 +22,38 @@ COPYRIGHT="1995-1998 University of Utah and the Regents of the University of Cal
|
||||
2005-2006 Arizona Board of Regents (University of Arizona)
|
||||
1995-2013 The SWIG Developers"
|
||||
HOMEPAGE="http://www.swig.org/"
|
||||
SOURCE_URI="http://sourceforge.net/projects/swig/files/swig/swig-2.0.11/swig-2.0.11.tar.gz"
|
||||
SOURCE_URI="http://sourceforge.net/projects/swig/files/swig/swig-$portVersion/swig-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="63780bf29f53937ad399a1f68bccb3730c90f65746868c4cdfc25cafcd0a424e"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="?x86 ?x86_gcc2"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 ?x86_gcc2 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
|
||||
PROVIDES="
|
||||
swig${secondaryArchSuffix} = $portVersion
|
||||
cmd:swig${secondaryArchSuffix} = $portVersion
|
||||
cmd:swig${secondaryArchSuffix} = $portVersion compat >= 2
|
||||
cmd:ccache_swig${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libpcre${secondaryArchSuffix}
|
||||
lib:libz${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
#TODO add ruby and chicken when they get updated recipes
|
||||
#TODO fix lua and tcl detection
|
||||
BUILD_REQUIRES="
|
||||
devel:libtclstub8.5
|
||||
devel:libpython2.7
|
||||
devel:liblua
|
||||
devel:libpcre${secondaryArchSuffix}
|
||||
devel:libz${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:libtoolize
|
||||
cmd:libtoolize${secondaryArchSuffix}
|
||||
cmd:make
|
||||
cmd:gcc${secondaryArchSuffix}
|
||||
cmd:g++${secondaryArchSuffix}
|
||||
cmd:ld${secondaryArchSuffix}
|
||||
cmd:bison
|
||||
cmd:python
|
||||
cmd:perl
|
||||
cmd:lua
|
||||
ocaml${secondaryArchSuffix}
|
||||
ruby${secondaryArchSuffix}
|
||||
openjdk${secondaryArchSuffix}
|
||||
boost${secondaryArchSuffix}_devel
|
||||
golang${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD()
|
||||
|
||||
Reference in New Issue
Block a user