Fix up libsidplay staging problems reported by mike.
authorChris Larson <clarson@kergoth.com>
Fri, 13 Feb 2004 18:16:57 +0000 (18:16 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 13 Feb 2004 18:16:57 +0000 (18:16 +0000)
BKrev: 402d1499PwOdWH_BpKKARQ0DbMPWIA

libsidplay/libsidplay_1.36.57.oe

index e69de29..eeb1bb6 100644 (file)
@@ -0,0 +1,20 @@
+DESCRIPTION=A library for replaying C64 SID music
+SECTION=libs
+PRIORITY=optional
+RDEPENDS=libc6
+DEPENDS=virtual/libc
+
+SRC_URI = ftp://ftp.debian.org/debian/pool/main/libs/libsidplay/libsidplay_${PV}.orig.tar.gz \
+          ftp://ftp.debian.org/debian/pool/main/libs/libsidplay/libsidplay_1.36.57-3.diff.gz;patch=1
+
+inherit autotools libtool
+
+do_stage() {
+       oe_soinstall src/.libs/libsidplay.so.1.0.3 ${STAGING_LIBDIR}/
+       install -d ${STAGING_INCDIR}/sidplay
+       for f in src/compconf.h src/emucfg.h src/fformat.h src/fixpoint.h src/libcfg.h src/myendian.h src/mytypes.h src/player.h src/sidtune.h src/version.h
+       do
+               install -m 0644 $f ${STAGING_INCDIR}/sidplay/
+       done
+}
+