mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
iup: fix devel PROVIDES, remove empty patch.
* reformat.
This commit is contained in:
@@ -11,11 +11,14 @@ the TEX text editor. This model, combined with the dialog-specification \
|
|||||||
language (LED) or with the Lua binding (IupLua) makes the dialog creation task \
|
language (LED) or with the Lua binding (IupLua) makes the dialog creation task \
|
||||||
more flexible and independent from the graphics system's resolution."
|
more flexible and independent from the graphics system's resolution."
|
||||||
HOMEPAGE="http://www.tecgraf.puc-rio.br/iup/"
|
HOMEPAGE="http://www.tecgraf.puc-rio.br/iup/"
|
||||||
|
COPYRIGHT="1994-2013 Tecgraf, PUC-Rio."
|
||||||
|
LICENSE="MIT"
|
||||||
|
REVISION="2"
|
||||||
SOURCE_URI="http://downloads.sourceforge.net/project/iup/3.8/Docs%20and%20Sources/iup-3.8_Sources.zip" # The tar.gz has permission problems.
|
SOURCE_URI="http://downloads.sourceforge.net/project/iup/3.8/Docs%20and%20Sources/iup-3.8_Sources.zip" # The tar.gz has permission problems.
|
||||||
CHECKSUM_SHA256="8030c4f35c3a3f096e6552cecb600d8ee95c9c379c76368d99fa6ffc6ebc8b5c"
|
CHECKSUM_SHA256="8030c4f35c3a3f096e6552cecb600d8ee95c9c379c76368d99fa6ffc6ebc8b5c"
|
||||||
LICENSE="MIT"
|
SOURCE_DIR="iup"
|
||||||
COPYRIGHT="1994-2013 Tecgraf, PUC-Rio."
|
#PATCHES="iup-3.8.patchset"
|
||||||
REVISION="1"
|
|
||||||
ARCHITECTURES="x86_gcc2"
|
ARCHITECTURES="x86_gcc2"
|
||||||
SECONDARY_ARCHITECTURES="x86"
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
@@ -52,14 +55,16 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:liblua$secondaryArchSuffix
|
|
||||||
lib:libcd$secondaryArchSuffix >= 5.6
|
lib:libcd$secondaryArchSuffix >= 5.6
|
||||||
lib:libim$secondaryArchSuffix >= 3.8
|
|
||||||
lib:libfreetype$secondaryArchSuffix
|
lib:libfreetype$secondaryArchSuffix
|
||||||
lib:libGLU$secondaryArchSuffix
|
lib:libGLU$secondaryArchSuffix
|
||||||
|
lib:libim$secondaryArchSuffix >= 3.8
|
||||||
|
lib:liblua$secondaryArchSuffix
|
||||||
lib:libz$secondaryArchSuffix
|
lib:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
|
iup${secondaryArchSuffix}_devel = $portVersion
|
||||||
devel:libiup$secondaryArchSuffix = $portVersion
|
devel:libiup$secondaryArchSuffix = $portVersion
|
||||||
devel:libiup_mglplot$secondaryArchSuffix = $portVersion
|
devel:libiup_mglplot$secondaryArchSuffix = $portVersion
|
||||||
devel:libiup_pplot$secondaryArchSuffix = $portVersion
|
devel:libiup_pplot$secondaryArchSuffix = $portVersion
|
||||||
@@ -89,7 +94,9 @@ PROVIDES_devel="
|
|||||||
devel:libiuptuio$secondaryArchSuffix = $portVersion
|
devel:libiuptuio$secondaryArchSuffix = $portVersion
|
||||||
devel:libiupweb$secondaryArchSuffix = $portVersion
|
devel:libiupweb$secondaryArchSuffix = $portVersion
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libcd$secondaryArchSuffix
|
devel:libcd$secondaryArchSuffix
|
||||||
devel:libfontconfig$secondaryArchSuffix
|
devel:libfontconfig$secondaryArchSuffix
|
||||||
devel:libfreetype$secondaryArchSuffix
|
devel:libfreetype$secondaryArchSuffix
|
||||||
@@ -100,17 +107,13 @@ BUILD_REQUIRES="
|
|||||||
devel:libz$secondaryArchSuffix
|
devel:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
|
||||||
cmd:gcc$secondaryArchSuffix
|
|
||||||
cmd:as$secondaryArchSuffix
|
cmd:as$secondaryArchSuffix
|
||||||
|
cmd:gcc$secondaryArchSuffix
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:which
|
cmd:which
|
||||||
cmd:yacc
|
cmd:yacc
|
||||||
"
|
"
|
||||||
|
|
||||||
SOURCE_DIR="iup"
|
|
||||||
#PATCHES="iup-3.8.patchset"
|
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
export LUA52=`finddir B_SYSTEM_DIRECTORY`
|
export LUA52=`finddir B_SYSTEM_DIRECTORY`
|
||||||
|
|||||||
Reference in New Issue
Block a user