Initial bep and patch for qt-4.7.3 from GCI2012 student DavidWHQ

This commit is contained in:
Scott McCreary
2012-12-07 19:49:27 +00:00
parent 89d8441c9c
commit 7f7f8e3de4
2 changed files with 14285 additions and 0 deletions

File diff suppressed because one or more lines are too long

24
x11-libs/qt/qt-4.7.3.bep Normal file
View File

@@ -0,0 +1,24 @@
DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
HOMEPAGE="http://qt-haiku.ru"
SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/qt/qt-everywhere-opensource-src-4.7.3.tar.gz/49b96eefb1224cc529af6fe5608654fe/qt-everywhere-opensource-src-4.7.3.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="49b96eefb1224cc529af6fe5608654fe"
MESSAGE="This port requires gcc4.Please run "setgcc gcc4" before install."
BUILD {
cd qt-everywhere-opensource-src-4.7.3
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-everywhere-opensource-src-4.7.3
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2011 Nokia Corporation and/or its subsidiary(-ies)."