mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
Fixed line endings.
This commit is contained in:
@@ -1,24 +1,24 @@
|
|||||||
DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
|
DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
|
||||||
HOMEPAGE="http://qt-haiku.ru"
|
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"
|
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"
|
REVISION="1"
|
||||||
STATUS_HAIKU="stable"
|
STATUS_HAIKU="stable"
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
CHECKSUM_MD5="49b96eefb1224cc529af6fe5608654fe"
|
CHECKSUM_MD5="49b96eefb1224cc529af6fe5608654fe"
|
||||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||||
BUILD {
|
BUILD {
|
||||||
cd qt-everywhere-opensource-src-4.7.3
|
cd qt-everywhere-opensource-src-4.7.3
|
||||||
configure --prefix-install=no -no-pch -no-opengl -no-largefile \
|
configure --prefix-install=no -no-pch -no-opengl -no-largefile \
|
||||||
-fast -nomake examples -nomake demos -release -opensource \
|
-fast -nomake examples -nomake demos -release -opensource \
|
||||||
-confirm-license -no-iconv -phonon -no-phonon-backend \
|
-confirm-license -no-iconv -phonon -no-phonon-backend \
|
||||||
-multimedia -no-audio-backend
|
-multimedia -no-audio-backend
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL {
|
INSTALL {
|
||||||
cd qt-everywhere-opensource-src-4.7.3
|
cd qt-everywhere-opensource-src-4.7.3
|
||||||
make install
|
make install
|
||||||
}
|
}
|
||||||
|
|
||||||
LICENSE="GNU LGPL v2.1"
|
LICENSE="GNU LGPL v2.1"
|
||||||
COPYRIGHT="2011 Nokia Corporation and/or its subsidiary(-ies)."
|
COPYRIGHT="2011 Nokia Corporation and/or its subsidiary(-ies)."
|
||||||
|
|||||||
@@ -1,24 +1,24 @@
|
|||||||
DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
|
DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
|
||||||
HOMEPAGE="http://qt-haiku.ru"
|
HOMEPAGE="http://qt-haiku.ru"
|
||||||
SRC_URI="git://gitorious.org/+qt-haiku/qt/qt-haiku-port.git"
|
SRC_URI="git://gitorious.org/+qt-haiku/qt/qt-haiku-port.git"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
STATUS_HAIKU="stable"
|
STATUS_HAIKU="stable"
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
#CHECKSUM_MD5=""
|
#CHECKSUM_MD5=""
|
||||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||||
BUILD {
|
BUILD {
|
||||||
cd qt-4.8.x
|
cd qt-4.8.x
|
||||||
configure --prefix-install=no -no-pch -no-opengl -no-largefile \
|
configure --prefix-install=no -no-pch -no-opengl -no-largefile \
|
||||||
-fast -nomake examples -nomake demos -release -opensource \
|
-fast -nomake examples -nomake demos -release -opensource \
|
||||||
-confirm-license -no-iconv -phonon -no-phonon-backend \
|
-confirm-license -no-iconv -phonon -no-phonon-backend \
|
||||||
-multimedia -no-audio-backend
|
-multimedia -no-audio-backend
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL {
|
INSTALL {
|
||||||
cd qt-4.8.x
|
cd qt-4.8.x
|
||||||
make install
|
make install
|
||||||
}
|
}
|
||||||
|
|
||||||
LICENSE="GNU LGPL v2.1"
|
LICENSE="GNU LGPL v2.1"
|
||||||
COPYRIGHT="2011 Nokia Corporation and/or its subsidiary(-ies)."
|
COPYRIGHT="2011 Nokia Corporation and/or its subsidiary(-ies)."
|
||||||
|
|||||||
Reference in New Issue
Block a user