add texmaker, a free cross-platform LaTeX editor based on Qt4
authorMichael Lauer <mickey@vanille-media.de>
Tue, 11 Apr 2006 12:31:14 +0000 (12:31 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 11 Apr 2006 12:31:14 +0000 (12:31 +0000)
TADAAA, this is the first Qt4 application in OE

packages/texmaker/.mtn2git_empty [new file with mode: 0644]
packages/texmaker/texmaker_1.3.bb [new file with mode: 0644]

diff --git a/packages/texmaker/.mtn2git_empty b/packages/texmaker/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/texmaker/texmaker_1.3.bb b/packages/texmaker/texmaker_1.3.bb
new file mode 100644 (file)
index 0000000..0ca0903
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "TeXmaker is a free cross-platform LaTeX editor"
+HOMEPAGE = "http://www.xm1math.net/texmaker"
+SECTION = "x11/apps"
+LICENSE = "GPL"
+DEPENDS = "qt4x11"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+
+SRC_URI = "http://www.xm1math.net/texmaker/texmaker-${PV}.tar.bz2"
+
+inherit qmake qt4x11
+
+do_install() {
+       install -d ${D}${bindir}
+       install -m 0755 texmaker ${D}${bindir}/texmaker
+}
+