aboutsummaryrefslogtreecommitdiffstats
path: root/libsoundgen
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-13 19:07:00 +0000
committerPhil Blundell <philb@gnu.org>2004-08-13 19:07:00 +0000
commitd624ad4c69779fb5bbfc8ea2b8877cace29a1bcf (patch)
tree9fc908543026f31602562afcf13c2c41851c0384 /libsoundgen
parentafd7df0dcece92208929ced4b87fab2c18e14238 (diff)
downloadopenembedded-d624ad4c69779fb5bbfc8ea2b8877cace29a1bcf.tar.gz
add staging bits
BKrev: 411d11542kpk4-KZRNcvhCpfYKN5Tw
Diffstat (limited to 'libsoundgen')
-rw-r--r--libsoundgen/libsoundgen_0.3.oe14
1 files changed, 14 insertions, 0 deletions
diff --git a/libsoundgen/libsoundgen_0.3.oe b/libsoundgen/libsoundgen_0.3.oe
index e69de29bb2..6d10d12e5a 100644
--- a/libsoundgen/libsoundgen_0.3.oe
+++ b/libsoundgen/libsoundgen_0.3.oe
@@ -0,0 +1,14 @@
+inherit gpe
+
+DEPENDS = "esound-gpe"
+
+do_stage() {
+ install -d ${STAGING_INCDIR}/gpe
+ install -m 0644 gpe/soundgen.h ${STAGING_INCDIR}/gpe/soundgen.h
+ oe_libinstall -so libsoundgen ${STAGING_LIBDIR}
+}
+
+do_install_append() {
+ oe_runmake DESTDIR="${D}" PREFIX="${prefix}" install-devel
+}
+