wok view python-pyalsaaudio/receipt @ rev 7581

Fixed typo in all firefox-langpack receipt.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 09 15:16:14 2010 +0000 (2010-12-09)
parents
children d0fd1116fafe
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"
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 }