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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Sep 19 08:44:39 CEST 2010


Revision: 11007
          http://gar.svn.sourceforge.net/gar/?rev=11007&view=rev
Author:   bdwalton
Date:     2010-09-19 06:44:39 +0000 (Sun, 19 Sep 2010)

Log Message:
-----------
apache2: add a first (rough) cut at package splitting

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

Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile	2010-09-19 03:11:18 UTC (rev 11006)
+++ csw/mgar/pkg/apache2/trunk/Makefile	2010-09-19 06:44:39 UTC (rev 11007)
@@ -101,6 +101,18 @@
 LIBTOOL_LADIR = $(APACHE_ROOT)/lib
 STRIP_DIRS    = $(APACHE_ROOT)/sbin $(APACHE_ROOT)/libexec
 
+PKGFILES_CSWapache2c = $(libexecdir)/.*so $(sysconfdir)/.* $(sbindir)/.*
+PKGFILES_CSWapache2c = $(sharedstatedir)/.* $(localstatedir)/.*
+PKGFILES_CSWapache2rt = $(bindir)/ap.*config $(mandir)/man8/.*apxs.*
+PKGFILES_CSWapache2rt += $(libdir)/.*apr.* $(libdir)/apr-util-1/.*
+PKGFILES_CSWapache2rt += $(sharedstatedir)/build/.*  $(sbindir)/apxs
+PKGFILES_CSWap2prefork = $(sbindir)/httpd.prefork
+PKGFILES_CSWap2event = $(sbindir)/httpd.event
+PKGFILES_CSWap2worker = $(sbindir)/httpd.worker
+PKGFILES_CSWap2suexec = .*suexec.*
+PKGFILES_CSWapache2-devel = $(PKGFILES_DEVEL)
+PKGFILES_CSWapache2-manual = $(docdir)/manual/.* $(sysconfdir)/extra/httpd-manual.conf
+
 include gar/category.mk
 include files/rules.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