From: Nicolas Thill Date: Mon, 5 Oct 2009 19:50:21 +0000 (+0000) Subject: [packages] libsamplerate: update to v0.1.7, cleanup X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=783e0b65cdd21a90da433cfcdc5390f261f65521;p=openwrt%2Fsvn-archive%2Farchive.git [packages] libsamplerate: update to v0.1.7, cleanup SVN-Revision: 17924 --- diff --git a/libs/libsamplerate/Makefile b/libs/libsamplerate/Makefile index ea877350bb..34bc146ea7 100644 --- a/libs/libsamplerate/Makefile +++ b/libs/libsamplerate/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2008 OpenWrt.org +# Copyright (C) 2007-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsamplerate -PKG_VERSION:=0.1.3 -PKG_RELEASE:=2 +PKG_VERSION:=0.1.7 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.mega-nerd.com/SRC/ -PKG_MD5SUM:=3f91af22a6c4135485594d0d2c91d45d +PKG_MD5SUM:=ad093e60ec44f0a60de8e29983ddbc0f -PKG_FIXUP = libtool +PKG_FIXUP:=libtool include $(INCLUDE_DIR)/package.mk