net/snort3: Include default configs and snort2lua
[feed/packages.git] / libs / alsa-ucm-conf / Makefile
1 #
2 # This is free software, licensed under the GNU General Public License v2.
3 # See /LICENSE for more information.
4 #
5
6 include $(TOPDIR)/rules.mk
7
8 PKG_NAME:=alsa-ucm-conf
9 PKG_VERSION:=1.2.4
10 PKG_RELEASE:=1
11
12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
13 PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/lib/ \
14 http://distfiles.gentoo.org/distfiles/
15 PKG_HASH:=2c3b535c77dcb9aaf62a61f4f8324f1ab184162f105f7ec9ed1e37c742fcd340
16
17 PKG_MAINTAINER:=
18 PKG_LICENSE:=BSD-3-Clause
19 PKG_LICENSE_FILES:=LICENSE
20
21 include $(INCLUDE_DIR)/package.mk
22
23 define Package/alsa-ucm-conf
24 SECTION:=libs
25 CATEGORY:=Libraries
26 SUBMENU:=Sound
27 TITLE:=ALSA Use Case Manager configuration (and topologies)
28 URL:=https://www.alsa-project.org/
29 PKGARCH:=all
30 endef
31
32 define Package/alsa-ucm-conf/description
33 This is a set of configuration files needed for some ALS utilities like alsactl.
34 endef
35
36 define Build/Configure
37 endef
38
39 define Build/Compile
40 endef
41
42 define Package/alsa-ucm-conf/install
43 $(INSTALL_DIR) $(1)/usr/share/alsa
44 $(CP) $(PKG_BUILD_DIR)/ucm2 $(1)/usr/share/alsa
45 endef
46
47 $(eval $(call BuildPackage,alsa-ucm-conf))