wok view python-pyalsaaudio/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents d0fd1116fafe
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pyalsaaudio"
4 VERSION="0.5"
5 CATEGORY="multimedia"
6 SHORT_DESC="ALSA wrapper for Python."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="PSL"
9 SOURCE="pyalsaaudio"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://sourceforge.net/projects/pyalsaaudio/"
12 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="alsa-lib python"
16 BUILD_DEPENDS="python python-dev alsa-lib-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }