wok diff portaudio/receipt @ rev 21909

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
parents d6bd3fc6e0bd
children 241fb98cab1c
line diff
     1.1 --- a/portaudio/receipt	Sun May 04 04:42:11 2014 +0200
     1.2 +++ b/portaudio/receipt	Fri Oct 04 15:39:32 2019 +0100
     1.3 @@ -1,27 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="portaudio"
     1.7 -VERSION="v19_20110326"
     1.8 +VERSION="190600_20161030"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="A portable cross-platform audio API"
    1.11 +SHORT_DESC="A portable cross-platform audio API."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13 -LICENSE="CC-SA"
    1.14 -SOURCE="pa_stable"
    1.15 -TARBALL="${SOURCE}_${VERSION}.tgz"
    1.16 +LICENSE="MIT"
    1.17  WEB_SITE="http://www.portaudio.com/"
    1.18 +
    1.19 +TARBALL="pa_stable_v${VERSION}.tgz"
    1.20  WGET_URL="http://www.portaudio.com/archives/$TARBALL"
    1.21 -HOST_ARCH="i486 arm"
    1.22  
    1.23  DEPENDS="alsa-lib jack-audio-connection-kit"
    1.24  BUILD_DEPENDS="alsa-lib-dev jack-audio-connection-kit-dev"
    1.25  
    1.26 +HOST_ARCH="i486 arm"
    1.27 +
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	cd  $src
    1.32 -	./configure --prefix=/usr \
    1.33 -		--infodir=/usr/share/info \
    1.34 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.35 +	./configure				\
    1.36 +		--prefix=/usr			\
    1.37 +		--infodir=/usr/share/info	\
    1.38 +		--mandir=/usr/share/man		\
    1.39 +		$CONFIGURE_ARGS &&
    1.40  	make &&
    1.41  	make DESTDIR=$DESTDIR install
    1.42  }