alsa-lib: move python smixer plugin into its own subpkg.

This commit is contained in:
Juan RP
2012-05-06 16:57:48 +02:00
parent 7e0ae9d66b
commit 2774d25eed
5 changed files with 25 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
# Template file for 'alsa-lib-python'.
#
short_desc="${sourcepkg} - python smixer plugin"
long_desc="${long_desc}
This package contains a python smixer plugin for ALSA."
replaces="alsa-lib<=1.0.25"
do_install() {
vmove usr/lib/alsa-lib/smixer/smixer-python.so \
usr/lib/alsa-mixer/smixer
}