wok view python-pyalsaaudio/receipt @ rev 11839

perl-encode-locale: Sync with wok-tank.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Feb 27 01:05:37 2012 -0500 (2012-02-27)
parents 60ab4a99e4af
children fd4f1e692109
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 SOURCE="pyalsaaudio"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://sourceforge.net/projects/pyalsaaudio/"
11 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
12 DEPENDS="alsa-lib python"
13 BUILD_DEPENDS="python python-dev alsa-lib-dev"
14 TAGS="python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$PWD/_pkg
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/usr $fs
27 }