wok-6.x annotate portaudio/receipt @ rev 17248
libgringotts: fix bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 19 11:51:39 2014 +0200 (2014-10-19) |
parents | 51a1ebbda768 |
children | cfdb128f6428 |
rev | line source |
---|---|
erjo@1464 | 1 # SliTaz package receipt. |
erjo@1464 | 2 |
erjo@1464 | 3 PACKAGE="portaudio" |
slaxemulator@12338 | 4 VERSION="v19_20110326" |
erjo@1464 | 5 CATEGORY="system-tools" |
erjo@1464 | 6 SHORT_DESC="A portable cross-platform audio API" |
erjo@1464 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15375 | 8 LICENSE="CC-SA" |
erjo@1464 | 9 SOURCE="pa_stable" |
slaxemulator@12338 | 10 TARBALL="${SOURCE}_${VERSION}.tgz" |
erjo@1464 | 11 WEB_SITE="http://www.portaudio.com/" |
erjo@1464 | 12 WGET_URL="http://www.portaudio.com/archives/$TARBALL" |
pankso@16581 | 13 HOST_ARCH="i486 arm" |
erjo@1464 | 14 |
pascal@15375 | 15 DEPENDS="alsa-lib jack-audio-connection-kit" |
pascal@15375 | 16 BUILD_DEPENDS="alsa-lib-dev jack-audio-connection-kit-dev" |
pascal@15375 | 17 |
erjo@1464 | 18 # Rules to configure and make the package. |
erjo@1464 | 19 compile_rules() |
erjo@1464 | 20 { |
erjo@1464 | 21 cd $src |
erjo@1464 | 22 ./configure --prefix=/usr \ |
erjo@1464 | 23 --infodir=/usr/share/info \ |
erjo@1464 | 24 --mandir=/usr/share/man $CONFIGURE_ARGS && |
erjo@1464 | 25 make && |
pascal@15375 | 26 make DESTDIR=$DESTDIR install |
erjo@1464 | 27 } |
erjo@1464 | 28 |
erjo@1464 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@1464 | 30 genpkg_rules() |
erjo@1464 | 31 { |
erjo@1464 | 32 mkdir -p $fs/usr/lib |
pascal@15375 | 33 cp -a $install/usr/lib/*.so* $fs/usr/lib |
erjo@1464 | 34 } |