[csw-devel] SF.net SVN: gar:[8995] csw/mgar/pkg

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Mar 6 09:44:35 CET 2010


Revision: 8995
          http://gar.svn.sourceforge.net/gar/?rev=8995&view=rev
Author:   wahwah
Date:     2010-03-06 08:44:34 +0000 (Sat, 06 Mar 2010)

Log Message:
-----------
mpg321: Initial commit

Modified Paths:
--------------
    csw/mgar/pkg/mpg321/trunk/Makefile
    csw/mgar/pkg/mpg321/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/mpg321/

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

Modified: csw/mgar/pkg/mpg321/trunk/Makefile
===================================================================
--- csw/mgar/pkg/template/trunk/Makefile	2009-05-28 21:20:52 UTC (rev 5099)
+++ csw/mgar/pkg/mpg321/trunk/Makefile	2010-03-06 08:44:34 UTC (rev 8995)
@@ -1,24 +1,26 @@
-GARNAME = mypkg
-GARVERSION = 1.0
-CATEGORIES = lib
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
 
-DESCRIPTION = This is a useful library
+GARNAME = mpg321
+GARVERSION = 0.2.11
+DISTFILE_SUFFIX = -2
+CATEGORIES = apps
+
+DESCRIPTION = A Free replacement for mpg123
+SPKG_SOURCEURL = http://mpg321.sourceforge.net/
 define BLURB
-  It does stuff with things
 endef
-
-MASTER_SITES = 
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
-
-# We define upstream file regex so we can be notifed of new upstream software release
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(GARNAME)-$(GARVERSION)$(DISTFILE_SUFFIX).tar.gz
+RUNTIME_DEP_PKGS_CSWmpg321 += CSWlibao
+RUNTIME_DEP_PKGS_CSWmpg321 += CSWlibid3tag
+RUNTIME_DEP_PKGS_CSWmpg321 += CSWlibmad
+RUNTIME_DEP_PKGS_CSWmpg321 += CSWzlib
+BUILD_DEP_PKGS  = $(RUNTIME_DEP_PKGS_CSWmpg321)
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-
+TEST_TARGET = check
 CONFIGURE_ARGS = $(DIRPATHS)
-
-# Remove the following rules and uncomment the
-# include before building.
-all: .DEFAULT
-.DEFAULT:
-	@true
-
-#include gar/category.mk
+# A fix for an inline function and 'symbol not found'.
+EXTRA_CFLAGS = -features=no%extinl
+include gar/category.mk


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

Modified: csw/mgar/pkg/mpg321/trunk/checksums
===================================================================
--- csw/mgar/pkg/template/trunk/checksums	2009-05-28 21:20:52 UTC (rev 5099)
+++ csw/mgar/pkg/mpg321/trunk/checksums	2010-03-06 08:44:34 UTC (rev 8995)
@@ -0,0 +1 @@
+dff0ce31869847db251878561a621ae0  mpg321-0.2.11-2.tar.gz


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