diff options
Diffstat (limited to 'packages/euphony/euphony_0.1.3.bb')
-rw-r--r-- | packages/euphony/euphony_0.1.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/euphony/euphony_0.1.3.bb b/packages/euphony/euphony_0.1.3.bb new file mode 100644 index 0000000000..134a39dc5e --- /dev/null +++ b/packages/euphony/euphony_0.1.3.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Euphony is a instrument loader that gives simple edje-guis a platform with soundsupport to let you play music" +DEPENDS = "ecore evas edje eet fluidsynth" +LICENSE = "BSD 3-clause" +SECTION = "x11/multimedia" + +inherit autotools + +SRC_URI = "http://projects.gstaedtner.net/euphony/${PN}-${PV}.tar.gz" + +FILES_${PN} += "${datadir}" + |