From 5edd7c4a2a0764f72b29f61e1132fd5f60219d5a Mon Sep 17 00:00:00 2001 From: hcg Date: Fri, 6 Feb 2009 10:38:50 +0000 Subject: [PATCH] Added optional menu item to include speaker-test and wav files git-svn-id: svn://svn.openwrt.org/openwrt/packages@14420 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/alsa-utils/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/utils/alsa-utils/Makefile b/utils/alsa-utils/Makefile index 63356dca0..ec8c0842b 100644 --- a/utils/alsa-utils/Makefile +++ b/utils/alsa-utils/Makefile @@ -27,6 +27,13 @@ define Package/alsa-utils URL:=http://www.alsa-project.org/ endef +define Package/alsa-utils-tests + $(call Package/alsa-utils/Default) + SECTION:=utils + CATEGORY:=Utilities + TITLE:=ALSA utilities test data (adds ~1.3M to image) +endef + define Build/Configure $(call Build/Configure/Default, \ --disable-rpath \ @@ -48,4 +55,14 @@ define Package/alsa-utils/install $(1)/usr/share/alsa/init/ endef +define Package/alsa-utils-tests/install + $(INSTALL_DIR) $(1)/usr/{s,}bin + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/speaker-test $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/usr/share/sounds/alsa + $(INSTALL_DATA) \ + $(PKG_INSTALL_DIR)/usr/share/sounds/alsa/* \ + $(1)/usr/share/sounds/alsa/ +endef + $(eval $(call BuildPackage,alsa-utils)) +$(eval $(call BuildPackage,alsa-utils-tests)) -- 2.11.0