From 3d98d2aa86e37c2ca11324b457c08d3985a9f66a Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 11 Feb 2004 23:25:43 +0000 Subject: Cset exclude: mickey@allanon.vanille.de|ChangeSet|20040211232134|61765 BKrev: 402ab9f74hje3k55tyLd4t3Yak1nmQ --- portaudio/portaudio_0.0.19.oe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'portaudio/portaudio_0.0.19.oe') 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 " 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 } -- cgit v1.2.3