add LyX, a sophisticated document processor based on the LaTeX markup language
authorMichael Lauer <mickey@vanille-media.de>
Fri, 29 Jul 2005 11:52:35 +0000 (11:52 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 29 Jul 2005 11:52:35 +0000 (11:52 +0000)
packages/lyx/.mtn2git_empty [new file with mode: 0644]
packages/lyx/lyx_1.3.6.bb [new file with mode: 0644]

diff --git a/packages/lyx/.mtn2git_empty b/packages/lyx/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/lyx/lyx_1.3.6.bb b/packages/lyx/lyx_1.3.6.bb
new file mode 100644 (file)
index 0000000..6e23096
--- /dev/null
@@ -0,0 +1,28 @@
+DESCRIPTION = "LyX is an advanced type setting processor - a frontend for LaTeX"
+SECTION = "x11/office"
+LICENSE = "GPL"
+HOMEPAGE = "http://www.lyx.org"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+DEPENDS = "boost qt-x11-free"
+RRECOMMENDS = "tetex"
+
+SRC_URI = "ftp://ftp.lyx.org/pub/lyx/stable/lyx-${PV}.tar.bz2"
+
+inherit autotools qt3x11
+
+EXTRA_OECONF = "--with-frontend=qt --with-qt-dir=${QTDIR}"
+
+export UIC="${OE_QMAKE_UIC}"
+export MOC="${OE_QMAKE_MOC}"
+
+do_configure() {
+       oe_runconf
+}
+
+do_install_append() {
+       for i in noweb2lyx lyx reLyX
+       do
+               ln -sf ./${TARGET_PREFIX}$i ${D}/${bindir}/$i
+       done
+}
+