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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Aug 2 13:43:49 CEST 2009


Revision: 5815
          http://gar.svn.sourceforge.net/gar/?rev=5815&view=rev
Author:   wahwah
Date:     2009-08-02 11:43:49 +0000 (Sun, 02 Aug 2009)

Log Message:
-----------
speex: Added a required package: CSWlibogg

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

Property Changed:
----------------
    csw/mgar/pkg/speex/trunk/Makefile

Modified: csw/mgar/pkg/speex/trunk/Makefile
===================================================================
--- csw/mgar/pkg/speex/trunk/Makefile	2009-08-02 10:50:52 UTC (rev 5814)
+++ csw/mgar/pkg/speex/trunk/Makefile	2009-08-02 11:43:49 UTC (rev 5815)
@@ -1,3 +1,7 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 GARNAME = speex
 GARVERSION = 1.2rc1
 CATEGORIES = lib
@@ -11,13 +15,17 @@
 
 PACKAGES = CSWspeex
 CATALOGNAME = libspeex
+REQUIRED_PKGS = CSWlibogg
+PREREQUISITE_PKGS = $(REQUIRED_PKGS)
 
 SPKG_SOURCEURL = http://www.speex.org/
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-BUILD64 = 1
+# 64-bit doesn't build on x86.
+# BUILD64 = 1
 CONFIGURE_ARGS = $(DIRPATHS)
+TEST_SCRIPTS =
 
 include gar/category.mk


Property changes on: csw/mgar/pkg/speex/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id


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