aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/soundtracker/soundtracker_0.6.8.bb
blob: a1afe70f29bed2857ab4603ebf253f2fc2f213d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Music composition program in the style of AMIGA Impulse Tracker"
HOMEPAGE = "http://www.soundtracker.org"
DEPENDS = "gtk+-1.2"
LICENSE = "GPL"
SECTION = "x11/multimedia"
PR = "r0"


SRC_URI = "http://www.soundtracker.org/dl/v0.6/soundtracker-${PV}.tar.gz"

inherit autotools

EXTRA_OECONF = "--disable-asm"

do_configure() {
	oe_runconf
}