Files
haikuports/x11-libs/qt/qt-4.8.x-git.bep
2010-11-18 04:30:58 +00:00

25 lines
659 B
Plaintext

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 requires gcc4"
BUILD {
cd qt-4.8.x-git
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 qt-4.8.x-git
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2010 Nokia Corporation and/or its subsidiary(-ies)."