[csw-devel] SF.net SVN: gar:[18385] csw/mgar/pkg
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Wed Jun 13 13:15:44 CEST 2012
Revision: 18385
http://gar.svn.sourceforge.net/gar/?rev=18385&view=rev
Author: pfelecan
Date: 2012-06-13 11:15:43 +0000 (Wed, 13 Jun 2012)
Log Message:
-----------
migration from a private recipe to a GAR based recipe started;
not for release as the package is monolithic.
Added Paths:
-----------
csw/mgar/pkg/libgnet/
csw/mgar/pkg/libgnet/Makefile
csw/mgar/pkg/libgnet/branches/
csw/mgar/pkg/libgnet/tags/
csw/mgar/pkg/libgnet/trunk/
csw/mgar/pkg/libgnet/trunk/Makefile
csw/mgar/pkg/libgnet/trunk/checksums
csw/mgar/pkg/libgnet/trunk/files/
Added: csw/mgar/pkg/libgnet/Makefile
===================================================================
--- csw/mgar/pkg/libgnet/Makefile (rev 0)
+++ csw/mgar/pkg/libgnet/Makefile 2012-06-13 11:15:43 UTC (rev 18385)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/libgnet/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/libgnet/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libgnet/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libgnet/trunk/Makefile 2012-06-13 11:15:43 UTC (rev 18385)
@@ -0,0 +1,35 @@
+# $Id$
+
+NAME = libgnet
+VERSION = 2.0.8
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = Network library based on glib2
+define BLURB
+ GNet is a simple network library. It is written in C, object-oriented,
+ and built upon GLib. It is intended to be easy to use and port.
+endef
+
+DISTNAME = gnet-$(VERSION)
+MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/gnet/2.0/
+DISTFILES = $(DISTNAME).tar.gz
+
+BUILD_DEP_PKGS += CSWlibglib2-dev
+BUILD_DEP_PKGS += CSWlibiconv-dev
+
+RUNTIME_DEP_PKGS += CSWlibgcc-s1
+RUNTIME_DEP_PKGS += CSWlibglib2-0-0
+RUNTIME_DEP_PKGS += CSWlibgthread2-0-0
+RUNTIME_DEP_PKGS += CSWlibiconv2
+RUNTIME_DEP_PKGS += CSWlibintl8
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+GARCOMPILER = GNU
+
+include gar/category.mk
+
+# this is private and not available publicly
+mydependencies:
+ $(HOME)/bin/ocswdeplist --package $(NAME)
Property changes on: csw/mgar/pkg/libgnet/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/libgnet/trunk/checksums
===================================================================
--- csw/mgar/pkg/libgnet/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libgnet/trunk/checksums 2012-06-13 11:15:43 UTC (rev 18385)
@@ -0,0 +1 @@
+f42215834646f656a5ecb2f5376f66ac gnet-2.0.8.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