summaryrefslogtreecommitdiff
path: root/esound/esound-gpe_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'esound/esound-gpe_cvs.oe')
-rw-r--r--esound/esound-gpe_cvs.oe9
1 files changed, 9 insertions, 0 deletions
diff --git a/esound/esound-gpe_cvs.oe b/esound/esound-gpe_cvs.oe
index e69de29bb2..313e80350c 100644
--- a/esound/esound-gpe_cvs.oe
+++ b/esound/esound-gpe_cvs.oe
@@ -0,0 +1,9 @@
+SRC_URI = "cvs://anoncvs@cvs.handhelds.org/cvs;module=gpe/base/esound"
+S = "${WORKDIR}/esound"
+
+inherit autotools libtool
+
+do_stage () {
+ install -m 0644 esd.h ${STAGING_INCDIR}/esd.h
+ oe_libinstall -so libesd ${STAGING_LIBDIR}
+}