add staging bits
authorPhil Blundell <philb@gnu.org>
Fri, 13 Aug 2004 19:07:00 +0000 (19:07 +0000)
committerPhil Blundell <philb@gnu.org>
Fri, 13 Aug 2004 19:07:00 +0000 (19:07 +0000)
BKrev: 411d11542kpk4-KZRNcvhCpfYKN5Tw

libsoundgen/libsoundgen_0.3.oe

index e69de29..6d10d12 100644 (file)
@@ -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
+}
+