### this file is sourced not run
PKGVER=1.2.13
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=alsa-ucm-conf-$PKGVER.tar.gz
MD5SUM=927ab8c42114b973c6a40f75de5c07ab
SRC_URL=https://github.com/alsa-project/alsa-ucm-conf/archive/refs/tags/v${PKGVER}.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="alsa-ucm-conf: alsa-ucm-conf $PKGVER (ALSA UCM Configuration)
alsa-ucm-conf: 
alsa-ucm-conf: This package contains ALSA Use Case Manager configuration of audio 
alsa-ucm-conf: input/output names and routing for specific audio hardware. They can 
alsa-ucm-conf: be used with the alsaucm tool.
alsa-ucm-conf: 
alsa-ucm-conf: https://github.com/alsa-project/alsa-ucm-conf/
alsa-ucm-conf: 
alsa-ucm-conf: 
alsa-ucm-conf: 
alsa-ucm-conf:
"

### default pkg_download
### default prepare
### default pkg_package
### build
pkg_build() {
	mkdir -p /usr/share/alsa &&
	mv /tmp/alsa-ucm-conf*/ucm* /usr/share/alsa &&
	pkg_build_slackdesc
}
