diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-24 01:27:26 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-24 01:27:26 +0000 |
commit | 32a24933810026b6a730a0377889fa73430501cc (patch) | |
tree | 61bb887e5be79ad6ab5a0668a77be0f2acfe2de5 /packages/qt4/qtopia-core.inc | |
parent | f53bfcb679b66b329fe13418d492d9c289472e6e (diff) |
packages/qt4/qt4-x11-free, qtopia-core: Move boilerplate lines to a .inc file
Diffstat (limited to 'packages/qt4/qtopia-core.inc')
-rw-r--r-- | packages/qt4/qtopia-core.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/qt4/qtopia-core.inc b/packages/qt4/qtopia-core.inc new file mode 100644 index 0000000000..cf8c0cc411 --- /dev/null +++ b/packages/qt4/qtopia-core.inc @@ -0,0 +1,17 @@ +SUMMARY = "QtopiaCore" +SECTION = "libs" +LICENSE = "GPL" +PRIORITY = "optional" +HOMEPAGE = "http://www.trolltech.com" +DEPENDS = "freetype tslib" + +SRC_URI = "ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-src-${PV}.tar.gz \ + file://linux-oe-qmake.conf" +S = "${WORKDIR}/qtopia-core-opensource-src-${PV}" +inherit pkgconfig + + +QT_BASE_NAME = "qtopiacore" +QT_BASE_LIB = "libqtopiacore" +QT_LIBRARY_NAME = "libQt" +require qt_packaging.inc |