From: Lars-Peter Clausen Date: Sat, 24 Jan 2009 01:22:20 +0000 (+0000) Subject: Add alsa state files for the neo freerunner. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ac229779c7533d738f8b8d994487e97086e93ce3;p=openwrt%2Fsvn-archive%2Farchive.git Add alsa state files for the neo freerunner. SVN-Revision: 14161 --- diff --git a/phone/freerunner-alsa-scenarios/Makefile b/phone/freerunner-alsa-scenarios/Makefile new file mode 100644 index 0000000000..08e3b28f6d --- /dev/null +++ b/phone/freerunner-alsa-scenarios/Makefile @@ -0,0 +1,44 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=freerunner-alsa-scenarios +PKG_VERSION:=20090124 +PKG_REV:=4900 +PKG_RELEASE:=1 + +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=http://svn.openmoko.org/trunk/src/target/audio/om-gta02 +PKG_SOURCE_PROTO:=svn +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_VERSION:=$(PKG_REV) + +include $(INCLUDE_DIR)/package.mk + +define Package/freerunner-alsa-scenarios + SECTION:=phone + CATEGORY:=Phone + TITLE:=alsa audio scenarios for the openmoko neo freefreerunner +endef + +define Build/Configure + true +endef + +define Build/Compile + true +endef + +define Package/freerunner-alsa-scenarios/install + $(INSTALL_DIR) $(1)/etc/alsa/scenarios + $(INSTALL_DATA) \ + $(PKG_BUILD_DIR)/*.state \ + $(1)/etc/alsa/scenarios/ +endef + +$(eval $(call BuildPackage,freerunner-alsa-scenarios))