Revision: 3588 http://gar.svn.sourceforge.net/gar/?rev=3588&view=rev Author: valholla Date: 2009-03-05 02:56:34 +0000 (Thu, 05 Mar 2009)
Log Message: ----------- initial checkin Added Paths: ----------- csw/mgar/pkg/gnupg_minimal/ csw/mgar/pkg/gnupg_minimal/trunk/ csw/mgar/pkg/gnupg_minimal/trunk/Makefile csw/mgar/pkg/gnupg_minimal/trunk/checksums csw/mgar/pkg/gnupg_minimal/trunk/files/ Property changes on: csw/mgar/pkg/gnupg_minimal/trunk ___________________________________________________________________ Added: svn:externals + Added: csw/mgar/pkg/gnupg_minimal/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnupg_minimal/trunk/Makefile (rev 0) +++ csw/mgar/pkg/gnupg_minimal/trunk/Makefile 2009-03-05 02:56:34 UTC (rev 3588) @@ -0,0 +1,76 @@ +GARNAME = gnupg +GARVERSION = 1.4.9 +CATEGORIES = apps + +DESCRIPTION = GnuPG without keyserver access and optional algorithms, except RSA (enable-minimal configure) +define BLURB + RFC 2440 compliant tool for secure communication and data storage +endef + +PACKAGES = CSWgnupgminimal +CATALOGNAME = gnupg_minimal +SPKG_DESC = $(DESCRIPTION) + +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 += --program-suffix=-minimal +CONFIGURE_ARGS += --with-libcurl=$(prefix) +CONFIGURE_ARGS += --with-ldap=$(prefix) +CONFIGURE_ARGS += --with-zlib=$(prefix) +CONFIGURE_ARGS += --with-bzip2=$(prefix) +CONFIGURE_ARGS += --with-tar=$(prefix) +CONFIGURE_ARGS += --with-readline=$(prefix) +CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix) +CONFIGURE_ARGS += --with-libintl-prefix=$(prefix) +CONFIGURE_ARGS += --with-included-regex +CONFIGURE_ARGS += --enable-threads=solaris +CONFIGURE_ARGS += --enable-shared=no +CONFIGURE_ARGS += --disable-asm +CONFIGURE_ARGS += --disable-gnupg-iconv +CONFIGURE_ARGS += --disable-card-support +CONFIGURE_ARGS += --disable-agent-support +CONFIGURE_ARGS += --disable-idea +CONFIGURE_ARGS += --disable-cast5 +CONFIGURE_ARGS += --disable-blowfish +CONFIGURE_ARGS += --disable-aes +CONFIGURE_ARGS += --disable-twofish +CONFIGURE_ARGS += --disable-sha256 +CONFIGURE_ARGS += --disable-sha512 +CONFIGURE_ARGS += --disable-bzip2 +CONFIGURE_ARGS += --disable-exec +CONFIGURE_ARGS += --disable-photo-viewers +CONFIGURE_ARGS += --disable-keyserver-helpers +CONFIGURE_ARGS += --disable-ldap +CONFIGURE_ARGS += --disable-hkp +CONFIGURE_ARGS += --disable-finger +CONFIGURE_ARGS += --disable-generic +CONFIGURE_ARGS += --disable-keyserver-path +CONFIGURE_ARGS += --disable-dns-srv +CONFIGURE_ARGS += --disable-dns-pka +CONFIGURE_ARGS += --disable-dns-cert + +REQUIRED_PKGS_CSWgnupg = CSWbzip2 CSWcurlrt CSWggettextrt CSWiconv +REQUIRED_PKGS_CSWgnupg += CSWoldaprt CSWreadline CSWzlib + +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpg-minimal +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgsplit-minimal +ISAEXEC_EXCLUDE_FILES += /opt/csw/bin/gpgv-minimal + +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpg-minimal +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgsplit-minimal +MERGE_EXCLUDE_FILES += /opt/csw/bin/$(ISA)/gpgv-minimal + + +TEST_TARGET = check + +include gar/category.mk Added: csw/mgar/pkg/gnupg_minimal/trunk/checksums =================================================================== --- csw/mgar/pkg/gnupg_minimal/trunk/checksums (rev 0) +++ csw/mgar/pkg/gnupg_minimal/trunk/checksums 2009-03-05 02:56:34 UTC (rev 3588) @@ -0,0 +1 @@ +cc52393087480ac8d245625004a6a30c download/gnupg-1.4.9.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel