wok annotate portaudio/receipt @ rev 15795
Up slitaz-tools (5.5.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Jan 19 14:21:08 2014 +0100 (2014-01-19) |
parents | 218ae766f650 |
children | d6bd3fc6e0bd |
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" |
erjo@1464 | 13 |
pascal@15375 | 14 DEPENDS="alsa-lib jack-audio-connection-kit" |
pascal@15375 | 15 BUILD_DEPENDS="alsa-lib-dev jack-audio-connection-kit-dev" |
pascal@15375 | 16 |
erjo@1464 | 17 # Rules to configure and make the package. |
erjo@1464 | 18 compile_rules() |
erjo@1464 | 19 { |
erjo@1464 | 20 cd $src |
erjo@1464 | 21 ./configure --prefix=/usr \ |
erjo@1464 | 22 --infodir=/usr/share/info \ |
erjo@1464 | 23 --mandir=/usr/share/man $CONFIGURE_ARGS && |
erjo@1464 | 24 make && |
pascal@15375 | 25 make DESTDIR=$DESTDIR install |
erjo@1464 | 26 } |
erjo@1464 | 27 |
erjo@1464 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@1464 | 29 genpkg_rules() |
erjo@1464 | 30 { |
erjo@1464 | 31 mkdir -p $fs/usr/lib |
pascal@15375 | 32 cp -a $install/usr/lib/*.so* $fs/usr/lib |
erjo@1464 | 33 } |