[csw-devel] SF.net SVN: gar:[15677] csw/mgar/pkg/gnupg/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Sep 20 13:38:25 CEST 2011


Revision: 15677
          http://gar.svn.sourceforge.net/gar/?rev=15677&view=rev
Author:   dmichelsen
Date:     2011-09-20 11:38:25 +0000 (Tue, 20 Sep 2011)
Log Message:
-----------
gnupg: Make packages explicit

Modified Paths:
--------------
    csw/mgar/pkg/gnupg/trunk/Makefile

Modified: csw/mgar/pkg/gnupg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnupg/trunk/Makefile	2011-09-20 10:43:57 UTC (rev 15676)
+++ csw/mgar/pkg/gnupg/trunk/Makefile	2011-09-20 11:38:25 UTC (rev 15677)
@@ -1,5 +1,5 @@
-NAME       = gnupg
-VERSION    = 1.4.11
+NAME = gnupg
+VERSION = 1.4.11
 CATEGORIES = apps
 
 DESCRIPTION = GnuPG is a complete and free replacement for PGP
@@ -7,10 +7,13 @@
   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
+MASTER_SITES = ftp://ftp.gnupg.org/gcrypt/gnupg/
+DISTFILES = $(NAME)-$(VERSION).tar.bz2
 
+VENDOR_URL = http://www.gnupg.org/
+
+PACKAGES += CSWgnupg
+SPKG_DESC_CSWgnupg = GnuPG is a complete and free replacement for PGP
 RUNTIME_DEP_PKGS_CSWgnupg += CSWlibbz2-1-0
 RUNTIME_DEP_PKGS_CSWgnupg += CSWlibcurl4
 RUNTIME_DEP_PKGS_CSWgnupg += CSWlibiconv2
@@ -18,13 +21,7 @@
 RUNTIME_DEP_PKGS_CSWgnupg += CSWlibreadline6
 RUNTIME_DEP_PKGS_CSWgnupg += CSWlibz1
 RUNTIME_DEP_PKGS_CSWgnupg += CSWoldaprt
-# Needed because of missing in CSWncurses, checkpkg only requires readline
-RUNTIME_DEP_PKGS_CSWgnupg += CSWlibncurses5
 
-SPKG_SOURCEURL = http://www.gnupg.org/
-MASTER_SITES   = ftp://ftp.gnupg.org/gcrypt/gnupg/
-DISTFILES      = $(NAME)-$(VERSION).tar.bz2
-
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --with-libcurl=$(prefix)
 CONFIGURE_ARGS += --with-ldap=$(prefix)
@@ -49,7 +46,5 @@
 CHECKPKG_OVERRIDES_CSWgnupg += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/gpg.ru.1
 CHECKPKG_OVERRIDES_CSWgnupg += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/gpg.1
 CHECKPKG_OVERRIDES_CSWgnupg += file-with-bad-content|/usr/local|root/opt/csw/share/info/gnupg1.info
-# Remove after checkpkg/ncurses bugs fixed
-CHECKPKG_OVERRIDES_CSWgnupg += surplus-dependency|CSWlibncurses5
 
 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