esd build fixes
authorPhil Blundell <philb@gnu.org>
Sun, 16 May 2004 08:28:05 +0000 (08:28 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 16 May 2004 08:28:05 +0000 (08:28 +0000)
BKrev: 40a72615ho4qTFoMf1Vjxevd1NijEg

esound/esound-gpe_cvs.oe

index eb3bbd7..1763c8f 100644 (file)
@@ -1,9 +1,14 @@
 SRC_URI = "cvs://anoncvs@cvs.handhelds.org/cvs;module=gpe/base/esound"
 S = "${WORKDIR}/esound"
+DEPENDS = "audiofile"
 
-inherit autotools 
+inherit autotools libtool
+
+SOV = "0.2.28"
 
 do_stage () {
        install -m 0644 esd.h ${STAGING_INCDIR}/esd.h
-       oe_libinstall -so libesd ${STAGING_LIBDIR}
+       oe_soinstall .libs/libesd.so.${SOV} ${STAGING_LIBDIR}
+       install -m 0644 .libs/libesd.lai ${STAGING_LIBDIR}/libesd.la
+       install -m 0644 esd.m4 ${STAGING_DATADIR}/aclocal
 }