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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Jan 18 08:52:12 CET 2010


Revision: 8064
          http://gar.svn.sourceforge.net/gar/?rev=8064&view=rev
Author:   dmichelsen
Date:     2010-01-18 07:52:12 +0000 (Mon, 18 Jan 2010)

Log Message:
-----------
libmkv: Initial commit, doesn't compile yet

Added Paths:
-----------
    csw/mgar/pkg/libmkv/
    csw/mgar/pkg/libmkv/branches/
    csw/mgar/pkg/libmkv/tags/
    csw/mgar/pkg/libmkv/trunk/
    csw/mgar/pkg/libmkv/trunk/Makefile
    csw/mgar/pkg/libmkv/trunk/checksums
    csw/mgar/pkg/libmkv/trunk/files/


Property changes on: csw/mgar/pkg/libmkv/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/libmkv/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libmkv/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libmkv/trunk/Makefile	2010-01-18 07:52:12 UTC (rev 8064)
@@ -0,0 +1,22 @@
+GARNAME = libmkv
+GARVERSION = 1.0
+CATEGORIES = category
+
+DESCRIPTION = Brief description
+define BLURB
+  Long description
+endef
+
+MASTER_SITES = 
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk


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