diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-02-11 23:21:34 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-02-11 23:21:34 +0000 |
commit | 3a09c78db3b903d054a8dbaaf10420bb619c84ee (patch) | |
tree | 5ace8961a43b6da99595724ed56e3c9ef901b16d /portaudio | |
parent | fb80922dcb753a66d22979c62c42a33e00a35e5f (diff) |
no need to depend on patcher-native since that is already done by base.oeclass
BKrev: 402ab8fe4GibFLIRy7g7UP4ViBcDXA
Diffstat (limited to 'portaudio')
-rw-r--r-- | portaudio/portaudio_0.0.19.oe | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/portaudio/portaudio_0.0.19.oe b/portaudio/portaudio_0.0.19.oe index 3bc19b5d3e..f8b416edcb 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,11 +14,7 @@ inherit autotools libtool pkgconfig EXTRA_OECONF = '--with-jack=no' do_stage() { - 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/ + oe_soinstall lib/libportaudio.so.${PV} ${STAGING_LIBDIR}/ install -m 0644 pa_common/portaudio.h ${STAGING_DIR}/target/include/portaudio.h } |