wok-next annotate pyalsa/receipt @ rev 21013

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 14 05:29:23 2018 +0300 (2018-10-14)
parents
children d5aab818505e
rev   line source
al@20859 1 # SliTaz package receipt v2.
al@20859 2
al@20859 3 PACKAGE="pyalsa"
al@20859 4 VERSION="1.1.6"
al@20859 5 CATEGORY="multimedia"
al@20859 6 SHORT_DESC="Python bindings for the ALSA library"
al@20859 7 MAINTAINER="al.bobylev@gmail.com"
al@20859 8 LICENSE="LGPL2"
al@20859 9 WEB_SITE="http://www.alsa-project.org/"
al@20859 10
al@20859 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20859 12 WGET_URL="ftp://ftp.alsa-project.org/pub/pyalsa/$TARBALL"
al@20859 13
al@20859 14 BUILD_DEPENDS="python-dev alsa-lib-dev"
al@20859 15
al@20859 16 compile_rules() {
al@20859 17 python setup.py build &&
al@20859 18 python setup.py install --root=$install
al@20859 19 }
al@20859 20
al@20859 21 genpkg_rules() {
al@20859 22 copy @std
al@20859 23 DEPENDS="alsa-lib python"
al@20859 24 }