summaryrefslogtreecommitdiff
path: root/packages/texmaker/texmaker_1.3.bb
blob: 34704ba1118cb992142eb86039e8e379a61918ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "TeXmaker is a free cross-platform LaTeX editor"
HOMEPAGE = "http://www.xm1math.net/texmaker"
SECTION = "x11/apps"
LICENSE = "GPL"
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
}