esound: actually add it
authorKoen Kooi <koen@openembedded.org>
Sun, 4 Feb 2007 17:10:24 +0000 (17:10 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 4 Feb 2007 17:10:24 +0000 (17:10 +0000)
packages/esound/esound_0.2.36.bb [new file with mode: 0644]

diff --git a/packages/esound/esound_0.2.36.bb b/packages/esound/esound_0.2.36.bb
new file mode 100644 (file)
index 0000000..a7de153
--- /dev/null
@@ -0,0 +1,26 @@
+DESCRIPTION = "Enlightened Sound Daemon - GPE version"
+SECTION = "gpe/base"
+LICENSE = "GPL"
+DEPENDS = "audiofile"
+
+inherit gnome binconfig
+
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.36.tar.bz2"
+
+EXTRA_OECONF = " \
+                --disable-alsa \
+               --disable-arts \
+               --disable-artstest \
+               "
+
+do_stage() {
+       autotools_stage_all
+}      
+
+
+PACKAGES =+ "esddsp esd esd-utils"
+
+FILES_esddsp = "${bindir}/esddsp ${libdir}/libesddsp.so.*"
+FILES_esd = "${bindir}/esd"
+FILES_esd-utils = "${bindir}/*"
+