diff options
Diffstat (limited to 'recipes/soundtracker/soundtracker_0.6.8.bb')
-rw-r--r-- | recipes/soundtracker/soundtracker_0.6.8.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/soundtracker/soundtracker_0.6.8.bb b/recipes/soundtracker/soundtracker_0.6.8.bb new file mode 100644 index 0000000000..a1afe70f29 --- /dev/null +++ b/recipes/soundtracker/soundtracker_0.6.8.bb @@ -0,0 +1,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 +} + |