increase dvbapp PR.
[vuplus_openembedded] / recipes / soundtracker / soundtracker_0.6.8.bb
1 DESCRIPTION = "Music composition program in the style of AMIGA Impulse Tracker"
2 HOMEPAGE = "http://www.soundtracker.org"
3 DEPENDS = "gtk+-1.2"
4 LICENSE = "GPL"
5 SECTION = "x11/multimedia"
6 PR = "r0"
7
8
9 SRC_URI = "http://www.soundtracker.org/dl/v0.6/soundtracker-${PV}.tar.gz"
10
11 inherit autotools
12
13 EXTRA_OECONF = "--disable-asm"
14
15 do_configure() {
16         oe_runconf
17 }
18