wok-next annotate portaudio/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents 10df65db91ad
children
rev   line source
al@20456 1 # SliTaz package receipt v2.
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15375 8 LICENSE="CC-SA"
erjo@1464 9 WEB_SITE="http://www.portaudio.com/"
al@20456 10
al@20456 11 TARBALL="pa_stable_$VERSION.tgz"
erjo@1464 12 WGET_URL="http://www.portaudio.com/archives/$TARBALL"
erjo@1464 13
al@19829 14 BUILD_DEPENDS="alsa-lib-dev jack-dev"
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@15375 16
al@20456 17 compile_rules() {
al@20604 18 ./configure $CONFIGURE_ARGS &&
al@20604 19 fix libtool &&
erjo@1464 20 make &&
al@21020 21 make DESTDIR=$install install
erjo@1464 22 }
erjo@1464 23
al@20456 24 genpkg_rules() {
al@20456 25 case $PACKAGE in
al@20456 26 portaudio)
al@20456 27 copy @std
al@20456 28 DEPENDS="alsa-lib jack"
al@20456 29 ;;
al@20456 30 *-dev)
al@20456 31 copy @dev
al@20456 32 ;;
al@20456 33 esac
erjo@1464 34 }