diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-02-11 23:25:43 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-02-11 23:25:43 +0000 |
commit | 3d98d2aa86e37c2ca11324b457c08d3985a9f66a (patch) | |
tree | 2534068cd4827fbb45400953e2be8b2ab5fcf0dc /portaudio/portaudio_0.0.19.oe | |
parent | 3a09c78db3b903d054a8dbaaf10420bb619c84ee (diff) |
Cset exclude: mickey@allanon.vanille.de|ChangeSet|20040211232134|61765
BKrev: 402ab9f74hje3k55tyLd4t3Yak1nmQ
Diffstat (limited to 'portaudio/portaudio_0.0.19.oe')
-rw-r--r-- | portaudio/portaudio_0.0.19.oe | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/portaudio/portaudio_0.0.19.oe b/portaudio/portaudio_0.0.19.oe index f8b416edcb..3bc19b5d3e 100644 --- a/portaudio/portaudio_0.0.19.oe +++ b/portaudio/portaudio_0.0.19.oe @@ -1,9 +1,9 @@ -DESCRIPTION=A portable audio library SECTION="libs" PRIORITY="optional" MAINTAINER="Michael Lauer <mickey@Vanille.de>" RDEPENDS=libc6 DEPENDS=virtual/libc +DESCRIPTION=A portable audio library SRC_URI=http://www.portaudio.com/archives/pa_snapshot_v19.tar.gz \ file://${FILESDIR}/flags.patch;patch=1 @@ -14,7 +14,11 @@ inherit autotools libtool pkgconfig EXTRA_OECONF = '--with-jack=no' do_stage() { - oe_soinstall lib/libportaudio.so.${PV} ${STAGING_LIBDIR}/ + install -m 0755 lib/libportaudio.so.${PV} ${STAGING_LIBDIR}/ + ln -sf libportaudio.so.${PV} ${STAGING_LIBDIR}/libportaudio.so.0 + ln -sf libportaudio.so.${PV} ${STAGING_LIBDIR}/libportaudio.so + + install -d ${STAGING_DIR}/target/include/ install -m 0644 pa_common/portaudio.h ${STAGING_DIR}/target/include/portaudio.h } |