[csw-devel] SF.net SVN: gar:[6014] csw/mgar/pkg/speex/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Aug 13 09:49:03 CEST 2009


Revision: 6014
          http://gar.svn.sourceforge.net/gar/?rev=6014&view=rev
Author:   dmichelsen
Date:     2009-08-13 07:49:03 +0000 (Thu, 13 Aug 2009)

Log Message:
-----------
speex: Fix revision in package name

Modified Paths:
--------------
    csw/mgar/pkg/speex/trunk/Makefile

Modified: csw/mgar/pkg/speex/trunk/Makefile
===================================================================
--- csw/mgar/pkg/speex/trunk/Makefile	2009-08-13 07:30:35 UTC (rev 6013)
+++ csw/mgar/pkg/speex/trunk/Makefile	2009-08-13 07:49:03 UTC (rev 6014)
@@ -3,7 +3,8 @@
 # $Id$
 
 GARNAME = speex
-GARVERSION = 1.2rc1
+GARVERSION = 1.2
+REV = rc1
 CATEGORIES = lib
 
 DESCRIPTION = Speex audio codec support library
@@ -11,7 +12,7 @@
 endef
 
 MASTER_SITES = http://downloads.xiph.org/releases/speex/
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES  = $(GARNAME)-$(GARVERSION)$(REV).tar.gz
 
 # The important lines are these:
 #
@@ -43,6 +44,8 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)$(REV)
+
 # 64-bit doesn't build on x86.
 BUILD64 = 1
 CONFIGURE_ARGS = $(DIRPATHS)
@@ -52,3 +55,6 @@
 INSTALL_OVERRIDE_VAR_PACKAGE = libspeex
 
 include gar/category.mk
+
+SPKG_VERSION := $(SPKG_VERSION)_rev=$(REV)
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list