X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=utils%2Falsa-utils%2FMakefile;h=39b71d5b3c9424781264a8099864bc39c16ff47a;hb=806f7afe504e2e7d76cb0ec50b261c848dfc31b7;hp=346b381c6f10c6845e9fa793417f65d9fd697c5d;hpb=31746dfb3bbcd2d9658d1f4fe234e6d09bbf4a12;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/utils/alsa-utils/Makefile b/utils/alsa-utils/Makefile index 346b381c6f..39b71d5b3c 100644 --- a/utils/alsa-utils/Makefile +++ b/utils/alsa-utils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,14 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-utils -PKG_VERSION:=1.0.19 -PKG_RELEASE:=1 +PKG_VERSION:=1.0.21 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/utils/ \ http://alsa.cybermirror.org/utils/ - -PKG_MD5SUM:=5ff0379c707c1a29083233edc9ab4e06 +PKG_MD5SUM:=3672287c2608040d111ce45495ba7602 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -48,6 +47,7 @@ define Package/alsa-utils/install $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/amixer $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/alsamixer $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/aplay $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/arecord $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/alsactl $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/usr/share/alsa/init