SF.net SVN: gar:[25279] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Oct 7 09:15:39 CEST 2015
Revision: 25279
http://sourceforge.net/p/gar/code/25279
Author: dmichelsen
Date: 2015-10-07 07:15:38 +0000 (Wed, 07 Oct 2015)
Log Message:
-----------
libsodium/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/libsodium/
csw/mgar/pkg/libsodium/Makefile
csw/mgar/pkg/libsodium/branches/
csw/mgar/pkg/libsodium/tags/
csw/mgar/pkg/libsodium/trunk/
csw/mgar/pkg/libsodium/trunk/Makefile
csw/mgar/pkg/libsodium/trunk/checksums
csw/mgar/pkg/libsodium/trunk/files/
Added: csw/mgar/pkg/libsodium/Makefile
===================================================================
--- csw/mgar/pkg/libsodium/Makefile (rev 0)
+++ csw/mgar/pkg/libsodium/Makefile 2015-10-07 07:15:38 UTC (rev 25279)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/libsodium/trunk
===================================================================
--- csw/mgar/pkg/libsodium/trunk 2015-10-05 16:38:41 UTC (rev 25278)
+++ csw/mgar/pkg/libsodium/trunk 2015-10-07 07:15:38 UTC (rev 25279)
Property changes on: csw/mgar/pkg/libsodium/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/libsodium/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libsodium/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libsodium/trunk/Makefile 2015-10-07 07:15:38 UTC (rev 25279)
@@ -0,0 +1,35 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = libsodium
+VERSION = 1.0.3
+GARTYPE = v2
+
+DESCRIPTION = The Sodium crypto library
+
+MASTER_SITES = https://download.libsodium.org/libsodium/releases/
+DISTFILES += $(DISTNAME).tar.gz
+
+VENDOR_URL = http://libsodium.org
+
+PACKAGES += CSWlibsodium13
+SPKG_DESC_CSWlibsodium13 = The Sodium crypto library, libsodium.so.13
+PKGFILES_CSWlibsodium13 += $(call pkgfiles_lib,libsodium.so.13)
+RUNTIME_DEP_PKGS_CSWlibsodium13 += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibsodium13 += CSWlibssp0
+
+PACKAGES += CSWlibsodium-dev
+SPKG_DESC_CSWlibsodium-dev = Development files for libsodium.so.13
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWlibsodium-dev += CSWlibsodium13
+
+GARCOMPILER = GNU
+
+BUILD64 = 1
+CONFIGURE_ARGS += $(DIRPATHS)
+
+# We need 'id -u' to generate the uid
+CONFIGURE_ENV_PATH = /usr/xpg4/bin:$(PATH)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/libsodium/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/libsodium/trunk/checksums
===================================================================
--- csw/mgar/pkg/libsodium/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libsodium/trunk/checksums 2015-10-07 07:15:38 UTC (rev 25279)
@@ -0,0 +1 @@
+b3bcc98e34d3250f55ae196822307fab libsodium-1.0.3.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