mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 21:48:52 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
26
dev-qt/qtcore/qtcore-4.8.x.recipe
Normal file
26
dev-qt/qtcore/qtcore-4.8.x.recipe
Normal file
@@ -0,0 +1,26 @@
|
||||
DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
|
||||
HOMEPAGE="http://qt-haiku.ru"
|
||||
SRC_URI="git://gitorious.org/+qt-haiku/qt/qt-haiku-port.git"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
#CHECKSUM_MD5=""
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
BUILD()
|
||||
{
|
||||
cd qtcore-4.8.x
|
||||
configure --prefix-install=no -no-pch -no-opengl -no-largefile \
|
||||
-fast -nomake examples -nomake demos -release -opensource \
|
||||
-confirm-license -no-iconv -phonon -no-phonon-backend \
|
||||
-multimedia -no-audio-backend
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd qtcore-4.8.x
|
||||
make install INSTALL_ROOT=${DESTDIR}
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2011 Nokia Corporation and/or its subsidiary(-ies)."
|
||||
Reference in New Issue
Block a user