# HG changeset patch # User Christophe Lincoln # Date 1256487508 -3600 # Node ID 60ab4a99e4af576a676621338f88728713813079 # Parent e6a0e0e212827033831051be3a2825266268141e Add: python-pyalsaaudio (ALSA wrapper) diff -r e6a0e0e21282 -r 60ab4a99e4af python-pyalsaaudio/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pyalsaaudio/receipt Sun Oct 25 17:18:28 2009 +0100 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-pyalsaaudio" +VERSION="0.5" +CATEGORY="multimedia" +SHORT_DESC="ALSA wrapper for Python." +MAINTAINER="pankso@slitaz.org" +SOURCE="pyalsaaudio" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://sourceforge.net/projects/pyalsaaudio/" +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" +DEPENDS="alsa-lib python" +BUILD_DEPENDS="python python-dev" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +}