mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 04:58:52 +02:00
De-Lint recipes.
* idutils Remove "." from SUMMARY. Minor cosmetics. * im Remove "." from SUMMARY. Minor cosmetics. Sorted _devel block to the top. * iozone Improved DESCRIPTION. Minor cosmetics. * isl Remove "." from SUMMARY. Minor cosmetics. Sorted _devel block to the top. * iup Remove "." from SUMMARY. Minor cosmetics. Sorted _devel block to the top. * joyce Remove "." from SUMMARY. Improved DESCRIPTION. Updated HOMEPAGE URL. Minor cosmetics. As it compiled without any changes, added recipe for latest v2.2.7 * kdelibs4 Remove "." from SUMMARY. Sorted _devel block to the top.
This commit is contained in:
@@ -1,10 +1,24 @@
|
||||
SUMMARY="IUP is a multi-platform toolkit for building graphical user interfaces."
|
||||
SUMMARY="A multi-platform toolkit for building graphical user interfaces"
|
||||
DESCRIPTION="IUP is a multi-platform toolkit for building graphical user \
|
||||
interfaces. It offers APIs in three basic languages: C, Lua and LED.
|
||||
Its library contains about 100 functions for creating and manipulating dialogs.
|
||||
IUP's purpose is to allow a program to run in different systems without \
|
||||
changes - the toolkit provides the application portability. Supported systems \
|
||||
include: GTK+, Motif and Windows.
|
||||
|
||||
IUP uses an abstract layout model based on the boxes-and-glue paradigm from \
|
||||
the TEX text editor. This model, combined with the dialog-specification \
|
||||
language (LED) or with the Lua binding (IupLua) makes the dialog creation task \
|
||||
more flexible and independent from the graphics system's resolution."
|
||||
HOMEPAGE="http://www.tecgraf.puc-rio.br/iup/"
|
||||
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"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="1994-2013 Tecgraf, PUC-Rio."
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
iup$secondaryArchSuffix = $portVersion
|
||||
lib:libiup$secondaryArchSuffix = $portVersion
|
||||
@@ -36,68 +50,6 @@ PROVIDES="
|
||||
lib:libiuptuio$secondaryArchSuffix = $portVersion
|
||||
lib:libiupweb$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:liblua$secondaryArchSuffix
|
||||
lib:libcd$secondaryArchSuffix >= 5.6
|
||||
lib:libim$secondaryArchSuffix >= 3.8
|
||||
lib:libfreetype$secondaryArchSuffix
|
||||
lib:libGLU$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libcd$secondaryArchSuffix
|
||||
devel:libfontconfig$secondaryArchSuffix
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libGLU$secondaryArchSuffix
|
||||
devel:libim$secondaryArchSuffix
|
||||
devel:liblua$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:as$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:which
|
||||
cmd:yacc
|
||||
"
|
||||
|
||||
SOURCE_DIR="iup"
|
||||
#PATCHES="iup-3.8.patchset"
|
||||
BUILD()
|
||||
{
|
||||
export LUA52=`finddir B_SYSTEM_DIRECTORY`
|
||||
export LUA_LIB=`finddir B_SYSTEM_DEVELOP_DIRECTORY`/lib$secondaryArchSubDir
|
||||
export LUA_BIN=/bin$secondaryArchSubDir
|
||||
export LUA_SUFFIX=
|
||||
export LUA_INC=`finddir B_SYSTEM_HEADERS_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $developLibDir
|
||||
mkdir -p $libDir
|
||||
mkdir -p $includeDir
|
||||
|
||||
cp lib/Haiku11/* $libDir
|
||||
cp include/* $includeDir
|
||||
|
||||
prepareInstalledDevelLibs libiup libiup_mglplot libiup_pplot libiupcd \
|
||||
libiupcontrols libiupgl libiupim libiupimglib libiuplua51 libiuplua52 \
|
||||
libiuplua_mglplot51 libiuplua_mglplot52 libiuplua_pplot51 \
|
||||
libiuplua_pplot52 libiupluacd51 libiupluacd52 libiupluacontrols51 \
|
||||
libiupluacontrols52 libiupluagl51 libiupluagl52 libiupluaim51 \
|
||||
libiupluaim52 libiupluaimglib51 libiupluaimglib52 libiupluatuio51 \
|
||||
libiupluatuio52 libiuptuio libiupweb
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:libiup$secondaryArchSuffix = $portVersion
|
||||
devel:libiup_mglplot$secondaryArchSuffix = $portVersion
|
||||
@@ -127,19 +79,64 @@ PROVIDES_devel="
|
||||
devel:libiupluatuio52$secondaryArchSuffix = $portVersion
|
||||
devel:libiuptuio$secondaryArchSuffix = $portVersion
|
||||
devel:libiupweb$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:liblua$secondaryArchSuffix
|
||||
lib:libcd$secondaryArchSuffix >= 5.6
|
||||
lib:libim$secondaryArchSuffix >= 3.8
|
||||
lib:libfreetype$secondaryArchSuffix
|
||||
lib:libGLU$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
devel:libcd$secondaryArchSuffix
|
||||
devel:libfontconfig$secondaryArchSuffix
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libGLU$secondaryArchSuffix
|
||||
devel:libim$secondaryArchSuffix
|
||||
devel:liblua$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:as$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:which
|
||||
cmd:yacc
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="1994-2013 Tecgraf, PUC-Rio."
|
||||
DESCRIPTION="
|
||||
IUP is a multi-platform toolkit for building graphical user interfaces. It \
|
||||
offers APIs in three basic languages: C, Lua and LED.
|
||||
Its library contains about 100 functions for creating and manipulating dialogs.
|
||||
IUP's purpose is to allow a program to run in different systems without \
|
||||
changes - the toolkit provides the application portability. Supported systems \
|
||||
include: GTK+, Motif and Windows.
|
||||
IUP uses an abstract layout model based on the boxes-and-glue paradigm from \
|
||||
the TEX text editor. This model, combined with the dialog-specification \
|
||||
language (LED) or with the Lua binding (IupLua) makes the dialog creation task \
|
||||
more flexible and independent from the graphics system's resolution.
|
||||
"
|
||||
SOURCE_DIR="iup"
|
||||
#PATCHES="iup-3.8.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export LUA52=`finddir B_SYSTEM_DIRECTORY`
|
||||
export LUA_LIB=`finddir B_SYSTEM_DEVELOP_DIRECTORY`/lib$secondaryArchSubDir
|
||||
export LUA_BIN=/bin$secondaryArchSubDir
|
||||
export LUA_SUFFIX=
|
||||
export LUA_INC=`finddir B_SYSTEM_HEADERS_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $developLibDir
|
||||
mkdir -p $libDir
|
||||
mkdir -p $includeDir
|
||||
|
||||
cp lib/Haiku11/* $libDir
|
||||
cp include/* $includeDir
|
||||
|
||||
prepareInstalledDevelLibs libiup libiup_mglplot libiup_pplot libiupcd \
|
||||
libiupcontrols libiupgl libiupim libiupimglib libiuplua51 libiuplua52 \
|
||||
libiuplua_mglplot51 libiuplua_mglplot52 libiuplua_pplot51 \
|
||||
libiuplua_pplot52 libiupluacd51 libiupluacd52 libiupluacontrols51 \
|
||||
libiupluacontrols52 libiupluagl51 libiupluagl52 libiupluaim51 \
|
||||
libiupluaim52 libiupluaimglib51 libiupluaimglib52 libiupluatuio51 \
|
||||
libiupluatuio52 libiuptuio libiupweb
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user