Explorar el Código

Updated "make module" command to create CGP module tarball.




git-svn-id: https://svn.microneil.com/svn/PKG-SNF4CGP-NIX/trunk@6 7ef522f6-be79-40a8-b7df-0a85b3383509
master
adeniz hace 15 años
padre
commit
d08c43f02b

+ 8
- 0
SNF4CGP_Developer_Package/INSTALL Ver fichero

@@ -0,0 +1,8 @@
SNF4CGP Installation and Configuration

Copyright (C) 2009 ARM Research Labs, LLC.

See www.armresearch.com for the copyright terms.
Please see the Doc/default.html file for installation and
configuration instructions.

+ 9
- 4
SNF4CGP_Developer_Package/Makefile.am Ver fichero

@@ -16,6 +16,7 @@ SUBDIRS = \
SNF4CGP \
SNF2Check \
SNFClient \
Scripts \
config_files

doc_DATA = \
@@ -31,17 +32,21 @@ EXTRA_DIST = \
Makefile.am \
configure.ac

MOD_DIR=snf4cgp
MOD_TARBALL=CGP$(PACKAGE)-$(VERSION)-$(shell uname -s).tar.gz
MOD_DIR=CGPSNF
MOD_TARBALL=CGPSNF-$(VERSION)-$(shell uname -s).tar.gz
module:
rm -rf $(MOD_DIR)
mkdir $(MOD_DIR)
chmod 2770 $(MOD_DIR)
mkdir $(MOD_DIR)/hold $(MOD_DIR)/Doc
cp SNF4CGP/SNF4CGP $(MOD_DIR)
cp SNF4CGP/SNF4CGP $(MOD_DIR)/CGPSNF
cp SNFClient/SNFClient $(MOD_DIR)
cp SNF2Check/SNF2Check $(MOD_DIR)
cp Scripts/getRulebase.sample $(MOD_DIR)
cp Scripts/junkmsg.txt $(MOD_DIR)
cp Scripts/cleanmsg.txt $(MOD_DIR)
cp config_files/GBUdbIgnoreList.txt.sample $(MOD_DIR)
cp config_files/SNF4CGP.xml.sample $(MOD_DIR)
cp config_files/snf_engine.xml.sample $(MOD_DIR)
cp config_files/identity.xml.sample $(MOD_DIR)
chown -R root:mail $(MOD_DIR)
tar czvf $(MOD_TARBALL) ./$(MOD_DIR)

+ 7
- 0
SNF4CGP_Developer_Package/README Ver fichero

@@ -0,0 +1,7 @@
This is the README file for SNF4CGP, an anti-spam plugin for CommuniGate Pro

Copyright (C) 2009 ARM Research Labs, LLC.
See the file COPYING or www.armresearch.com for the copyright terms.

Please see the Doc/default.html file for installation and
configuration instructions.

+ 1
- 0
SNF4CGP_Developer_Package/configure.ac Ver fichero

@@ -78,6 +78,7 @@ AC_OUTPUT([Makefile
SNF4CGP/Makefile
SNF2Check/Makefile
SNFClient/Makefile
Scripts/Makefile
config_files/Makefile])

echo "

Cargando…
Cancelar
Guardar