summaryrefslogtreecommitdiffstats
path: root/recipes/qxmp/qxmp_1.0.bb
blob: bad972d54fa93dfc21721ff5037db2426cb7e680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Qxmp is a Qt4 media player based on MPlayer"
LICENSE = "GPL"
SECTION = "x11/multimedia"
HOMEPAGE = "http://www.xm1math.net/qxmp/index.html"
RDEPENDS = "mplayer"

SRC_URI = "http://www.xm1math.net/qxmp/qxmp-${PV}.tar.bz2"

inherit qt4x11

do_install() {
	install -d ${D}${bindir}
	install -m 0755 qxmp ${D}${bindir}
}