From 19c7b1c813e6e8d97711b17d56c0e78c5907fe72 Mon Sep 17 00:00:00 2001 From: mb Date: Mon, 18 Oct 2010 21:58:30 +0000 Subject: [PATCH] spandsp: We start with PKG_RELEASE:=1 git-svn-id: svn://svn.openwrt.org/openwrt/packages@23527 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/spandsp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/spandsp/Makefile b/libs/spandsp/Makefile index c19242aae..1b6ea5985 100644 --- a/libs/spandsp/Makefile +++ b/libs/spandsp/Makefile @@ -10,9 +10,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=spandsp PKG_VERSION:=0.0.6 -PKG_RELEASE:=17 +PKG_VERSION_SUFFIX:=pre17 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)pre17.tgz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)$(PKG_VERSION_SUFFIX).tgz PKG_SOURCE_URL:=http://www.soft-switch.org/downloads/spandsp/ PKG_MD5SUM:=cc860f77270cf3b881f8ccd42d2d0238 -- 2.11.0