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

valholla at users.sourceforge.net valholla at users.sourceforge.net
Tue Mar 3 18:27:16 CET 2009


Revision: 3570
          http://gar.svn.sourceforge.net/gar/?rev=3570&view=rev
Author:   valholla
Date:     2009-03-03 17:27:08 +0000 (Tue, 03 Mar 2009)

Log Message:
-----------
initial checkin

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


Property changes on: csw/mgar/pkg/gnupg/trunk
___________________________________________________________________
Added: svn:externals
   + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/gnupg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnupg/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gnupg/trunk/Makefile	2009-03-03 17:27:08 UTC (rev 3570)
@@ -0,0 +1,70 @@
+GARNAME    = gnupg
+GARVERSION = 1.4.9
+CATEGORIES = apps
+
+DESCRIPTION = GnuPG is a complete and free replacement for PGP.
+define BLURB
+    RFC 2440 compliant tool for secure communication and data storage
+endef
+
+PACKAGES    = CSWgnupg
+CATALOGNAME = gnupg
+SPKG_DESC   = GnuPG is a complete and free replacement for PGP.
+
+SPKG_SOURCEURL = http://www.gnupg.org/
+MASTER_SITES   = ftp://ftp.gnupg.org/gcrypt/gnupg/
+DISTFILES      = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of 
+# new upstream software release
+UFILES_REGEX = (\d+(?:\.\d+)*)
+
+BUILD64    = 1
+NO_ISAEXEC = 0
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --with-libcurl
+CONFIGURE_ARGS += --with-ldap
+CONFIGURE_ARGS += --with-zlib
+CONFIGURE_ARGS += --with-bzip2
+CONFIGURE_ARGS += --with-readline
+CONFIGURE_ARGS += --enable-threads=solaris
+
+# This is somehow not correctly detected from autoconf
+EXTRA_LINKER_FLAGS  = -lgpg-error
+# Needed for nanosleep()
+EXTRA_LINKER_FLAGS += -lrt
+
+ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpg-agent
+ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpg-connect-agent
+ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpg2
+ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgconf
+ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgkey2ssh
+ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgparsemail
+ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgsm
+ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgsm-gencert.sh
+ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgv2
+ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/kbxutil
+ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/scdaemon
+ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/watchgnupg
+
+MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpg-agent
+MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpg-connect-agent
+MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpg2
+MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgconf
+MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgkey2ssh
+MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgparsemail
+MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgsm
+MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgsm-gencert.sh
+MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgv2
+MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/kbxutil
+MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/scdaemon
+MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/watchgnupg
+
+REQUIRED_PKGS  = CSWlibksba CSWgpgerr CSWgcrypt CSWlibassuan
+REQUIRED_PKGS += CSWcurlrt CSWoldaprt CSWzlib CSWpth CSWlibidn 
+REQUIRED_PKGS += CSWbzip2 CSWreadline CSWggettextrt CSWiconv CSWosslrt
+
+TEST_TARGET = check
+
+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