SF.net SVN: gar:[23304] csw/mgar/pkg

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Mon Mar 31 20:16:21 CEST 2014


Revision: 23304
          http://sourceforge.net/p/gar/code/23304
Author:   jake_goerzen
Date:     2014-03-31 18:16:15 +0000 (Mon, 31 Mar 2014)
Log Message:
-----------
gtk-gnutella: re-initial commit

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

Added: csw/mgar/pkg/gtk-gnutella/Makefile
===================================================================
--- csw/mgar/pkg/gtk-gnutella/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gtk-gnutella/Makefile	2014-03-31 18:16:15 UTC (rev 23304)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/gtk-gnutella/trunk
===================================================================
--- csw/mgar/pkg/gtk-gnutella/trunk	2014-03-31 11:26:07 UTC (rev 23303)
+++ csw/mgar/pkg/gtk-gnutella/trunk	2014-03-31 18:16:15 UTC (rev 23304)

Property changes on: csw/mgar/pkg/gtk-gnutella/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/gtk-gnutella/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gtk-gnutella/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gtk-gnutella/trunk/Makefile	2014-03-31 18:16:15 UTC (rev 23304)
@@ -0,0 +1,38 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = gtk-gnutella
+VERSION = 1.0.1
+GARTYPE = v2
+CATEGORIES = default
+
+DESCRIPTION = shares files in a peer to peer network
+define BLURB
+   Gtk-Gnutella is a reliable and efficient Gnutella client, supporting the latest Gnutella protocol, bandwidth limitation (both incoming and outgoing) traffic compression, and advanced search filters among other features.
+
+Gnutella is a peer-based file-sharing protocol that allows a user running a Gnutella client to search for and download files from other Gnutella users, as well as share some files of his/her own.
+
+Gtk-Gnutella offers all the extra features you expect from a modern client: persistent downloads, searches and filters, intuitive interface, upload statistics, queuing, and of course total control over many configuration parameters. 
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(DISTNAME).tar.bz2
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+#       does not work for your package
+# UFILES_REGEX = $(NAME)-(\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)
+
+CONFIGURE_SCRIPTS = custom
+
+include gar/category.mk
+
+configure-custom:
+	cd $(WORKSRC) && CC=gcc ./build.sh --prefix=/opt/csw
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/gtk-gnutella/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/gtk-gnutella/trunk/checksums
===================================================================
--- csw/mgar/pkg/gtk-gnutella/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gtk-gnutella/trunk/checksums	2014-03-31 18:16:15 UTC (rev 23304)
@@ -0,0 +1 @@
+0ff4036ec275eb41e9b310a521c15732  gtk-gnutella-1.0.1.tar.bz2

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