aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/soundtracker/soundtracker-gtk2_0.6.7.bb
blob: 8070b892702e413addc1db63df5a2152237b869c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Music composition program in the style of AMIGA Impulse Tracker"
DEPENDS = "gtk+ libgnomeui audiofile esound alsa-lib"
LICENSE = "GPL"
SECTION = "x11/multimedia"
PR = "r1"

SRC_URI = "http://mutab0r.chat.ru/soundtracker-0.6.7.gtk2.tar.bz2"
S = "${WORKDIR}/soundtracker-${PV}.gtk2"

inherit autotools

EXTRA_OECONF = "--disable-asm"

do_configure() {
	oe_runconf
}

do_install() {
	install -d ${D}${bindir}
	install -m 0755 app/soundtracker ${D}${bindir}
}