Procházet zdrojové kódy

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 před 15 roky
rodič
revize
d08c43f02b

+ 8
- 0
SNF4CGP_Developer_Package/INSTALL Zobrazit soubor

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 Zobrazit soubor

SNF4CGP \ SNF4CGP \
SNF2Check \ SNF2Check \
SNFClient \ SNFClient \
Scripts \
config_files config_files


doc_DATA = \ doc_DATA = \
Makefile.am \ Makefile.am \
configure.ac 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: module:
rm -rf $(MOD_DIR) rm -rf $(MOD_DIR)
mkdir $(MOD_DIR) mkdir $(MOD_DIR)
chmod 2770 $(MOD_DIR)
mkdir $(MOD_DIR)/hold $(MOD_DIR)/Doc mkdir $(MOD_DIR)/hold $(MOD_DIR)/Doc
cp SNF4CGP/SNF4CGP $(MOD_DIR)
cp SNF4CGP/SNF4CGP $(MOD_DIR)/CGPSNF
cp SNFClient/SNFClient $(MOD_DIR) cp SNFClient/SNFClient $(MOD_DIR)
cp SNF2Check/SNF2Check $(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/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) cp config_files/identity.xml.sample $(MOD_DIR)
chown -R root:mail $(MOD_DIR) chown -R root:mail $(MOD_DIR)
tar czvf $(MOD_TARBALL) ./$(MOD_DIR) tar czvf $(MOD_TARBALL) ./$(MOD_DIR)

+ 7
- 0
SNF4CGP_Developer_Package/README Zobrazit soubor

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 Zobrazit soubor

SNF4CGP/Makefile SNF4CGP/Makefile
SNF2Check/Makefile SNF2Check/Makefile
SNFClient/Makefile SNFClient/Makefile
Scripts/Makefile
config_files/Makefile]) config_files/Makefile])


echo " echo "

Načítá se…
Zrušit
Uložit