summaryrefslogtreecommitdiff
path: root/packages/esound
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-02-04 17:10:24 +0000
committerKoen Kooi <koen@openembedded.org>2007-02-04 17:10:24 +0000
commit77374d41db0cd42c91050ee13a2a6a7ad1a3cd9c (patch)
tree0e3ee57b3c1c8403b264c1162e412497e4cd8500 /packages/esound
parentf4f7c1252963e6de79fc138c635792f418593557 (diff)
esound: actually add it
Diffstat (limited to 'packages/esound')
-rw-r--r--packages/esound/esound_0.2.36.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/esound/esound_0.2.36.bb b/packages/esound/esound_0.2.36.bb
new file mode 100644
index 0000000000..a7de15305f
--- /dev/null
+++ b/packages/esound/esound_0.2.36.bb
@@ -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}/*"
+