python-alsa: switch to python2-module
Small tweaks and clean up.
This commit is contained in:
parent
56043b21a1
commit
58f3c901a4
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'python-alsa'
|
# Template file for 'python-alsa'
|
||||||
pkgname=python-alsa
|
pkgname=python-alsa
|
||||||
version=1.0.29
|
version=1.0.29
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=pyalsa-${version}
|
wrksrc="pyalsa-${version}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
python_versions="2.7"
|
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel alsa-lib-devel"
|
makedepends="python-devel alsa-lib-devel"
|
||||||
short_desc="Official python bindings for ALSA (Python2)"
|
short_desc="Official Python bindings for ALSA"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://alsa-project.org"
|
homepage="http://alsa-project.org"
|
||||||
|
|
Loading…
Reference in New Issue