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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Apr 19 04:01:08 CEST 2010


Revision: 9698
          http://gar.svn.sourceforge.net/gar/?rev=9698&view=rev
Author:   bdwalton
Date:     2010-04-19 02:01:08 +0000 (Mon, 19 Apr 2010)

Log Message:
-----------
quilt: split out elisp sub-package

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

Modified: csw/mgar/pkg/quilt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/quilt/trunk/Makefile	2010-04-19 01:31:38 UTC (rev 9697)
+++ csw/mgar/pkg/quilt/trunk/Makefile	2010-04-19 02:01:08 UTC (rev 9698)
@@ -12,23 +12,39 @@
 http://www.zip.com.au/~akpm/linux/patches/.
 endef
 
-RUNTIME_DEP_PKGS =  CSWgfile CSWshutils CSWtextutils
-RUNTIME_DEP_PKGS += CSWperl CSWgawk CSWgsed CSWbash CSWdiffstat CSWdiffutils
-RUNTIME_DEP_PKGS += CSWgpatch CSWmktemp CSWggrep CSWggettext CSWgnulinks
-RUNTIME_DEP_PKGS += CSWfindutils CSWggetopt
+PACKAGES = CSWquilt CSWquilt-el
 
+SPKG_DESC_CSWquilt-el = Emacs support for quilt
+CATALOGNAME_CSWquilt-el = quilt_el
+
+ARCHALL_CSWquilt-el = 1
+
+RUNTIME_DEP_PKGS_CSWquilt =  CSWgfile CSWshutils CSWtextutils
+RUNTIME_DEP_PKGS_CSWquilt += CSWperl CSWgawk CSWgsed CSWbash CSWdiffstat
+RUNTIME_DEP_PKGS_CSWquilt += CSWgpatch CSWmktemp CSWggrep CSWggettext
+RUNTIME_DEP_PKGS_CSWquilt += CSWfindutils CSWggetopt CSWdiffutils
+RUNTIME_DEP_PKGS_CSWquilt += CSWgnulinks
+
+RUNTIME_DEP_PKGS_CSWquilt-el = CSWemacscommon CSWquilt
+
 BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS)
 
+PKGFILES_CSWquilt-el = $(datadir)/emacs/site-lisp/.*
+
 MASTER_SITES = http://mirror.csclub.uwaterloo.ca/nongnu/quilt/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
 
-# We define upstream file regex so we can be notifed of new upstream software release
+# We define upstream file regex so we can be notifed of new upstream
+# software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-# If the url used to check for software update is different of MASTER_SITES, then 
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# If the url used to check for software update is different of
+# MASTER_SITES, then uncomment the next line. Otherwise it is set by
+# default to the value of MASTER_SITES
 # UPSTREAM_MASTER_SITES = 
 
+sysconfdir = /etc/opt/csw
+
 CONFIGURE_ARGS =  $(DIRPATHS)
 CONFIGURE_ARGS += --with-bash=/opt/csw/bin/bash
 CONFIGURE_ARGS += --with-cp=/opt/csw/bin/gcp
@@ -52,6 +68,7 @@
 
 COMPILE_ELISP = 1
 
+# quilt overrides
 CHECKPKG_OVERRIDES_CSWquilt += surplus-dependency|CSWperl
 CHECKPKG_OVERRIDES_CSWquilt += surplus-dependency|CSWgsed
 CHECKPKG_OVERRIDES_CSWquilt += surplus-dependency|CSWgawk
@@ -69,6 +86,9 @@
 CHECKPKG_OVERRIDES_CSWquilt += surplus-dependency|CSWggettext
 CHECKPKG_OVERRIDES_CSWquilt += surplus-dependency|CSWgpatch
 
+# quilt_el overrides
+CHECKPKG_OVERRIDES_CSWquilt-el += surplus-dependency|CSWquilt
+
 include gar/category.mk
 
 PATH := /opt/csw/gnu:$(PATH)


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