[Gpg4win-commits] r508 - in trunk/doc: . CD

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Aug 29 17:10:49 CEST 2007


Author: jan
Date: 2007-08-29 17:10:49 +0200 (Wed, 29 Aug 2007)
New Revision: 508

Added:
   trunk/doc/CD/
   trunk/doc/CD/Makefile
   trunk/doc/CD/README.txt
Modified:
   trunk/doc/ChangeLog
Log:
* CD, CD/README.txt, CD/Makefile: New. Initial coarse creation
method for a Gpg4win iso Image.


Added: trunk/doc/CD/Makefile
===================================================================
--- trunk/doc/CD/Makefile	2007-08-29 14:48:11 UTC (rev 507)
+++ trunk/doc/CD/Makefile	2007-08-29 15:10:49 UTC (rev 508)
@@ -0,0 +1,32 @@
+# the Gpg4win version
+VERSION=1.1.2
+# the directory where the CD is assembled, needs to be adjusted
+CD_DIR=/vol1/projects/gpg4win
+
+all: CD
+
+CD:
+	mkdir -p $(CD_DIR)/Gpg4win-CD-$(VERSION)
+
+	make -C ../website -f buildhtml.mk tar
+	cp ../website/www.gpg4win.org.tar.gz $(CD_DIR)/Gpg4win-CD-$(VERSION)
+
+	( cd $(CD_DIR)/Gpg4win-CD-$(VERSION) ; 	mkdir -p www.gpg4win.org ; \
+	  cd www.gpg4win.org; tar -xzf ../www.gpg4win.org.tar.gz )
+
+	( cd $(CD_DIR)/Gpg4win-CD-$(VERSION) ; \
+	  wget -c http://ftp.gpg4win.org/gpg4win-$(VERSION).exe ; \
+	  wget -c http://ftp.gpg4win.org/gpg4win-$(VERSION).exe ; \
+	  wget -c http://ftp.gpg4win.org/gpg4win-$(VERSION).exe.sig ; \
+	  wget -c http://ftp.gpg4win.org/gpg4win-light-$(VERSION).exe ; \
+	  wget -c http://ftp.gpg4win.org/gpg4win-light-$(VERSION).exe.sig )
+
+	( cd $(CD_DIR)/Gpg4win-CD-$(VERSION) ; mkdir -p src ; cd src ; \
+	  wget -c http://ftp.gpg4win.org/gpg4win-src-$(VERSION).exe ; \
+	  wget -c http://ftp.gpg4win.org/gpg4win-src-$(VERSION).exe.sig ; \
+	  wget -c http://ftp.gpg4win.org/gpg4win-$(VERSION).tar.bz2 ; \
+	  wget -c http://ftp.gpg4win.org/gpg4win-$(VERSION).tar.bz2.sig )
+
+iso: CD
+	cd $(CD_DIR)
+	mkisofs -hide-rr-moved -l -J -r -o $(CD_DIR)/gpg4win-$(VERSION).iso -A "Gpg4win $(VERSION)" -V "Gpg4win $(VERSION)" $(CD_DIR)/Gpg4win-CD-$(VERSION)

Added: trunk/doc/CD/README.txt
===================================================================
--- trunk/doc/CD/README.txt	2007-08-29 14:48:11 UTC (rev 507)
+++ trunk/doc/CD/README.txt	2007-08-29 15:10:49 UTC (rev 508)
@@ -0,0 +1,4 @@
+This directory contains a build routine for the "Gpg4win CD".
+
+Attention: this is work in progress and thus neither optimal (in terms
+of bandwith, disk consumption and quality) nor complete.

Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2007-08-29 14:48:11 UTC (rev 507)
+++ trunk/doc/ChangeLog	2007-08-29 15:10:49 UTC (rev 508)
@@ -1,5 +1,10 @@
 2007-08-29  Jan-Oliver Wagner  <jan-oliver.wagner at intevation.de>
 
+	* CD, CD/README.txt, CD/Makefile: New. Initial coarse creation
+	method for a Gpg4win iso Image.
+
+2007-08-29  Jan-Oliver Wagner  <jan-oliver.wagner at intevation.de>
+
 	* website/website-maintenance.htm4, website/website-maintenance-de.htm4:
 	Fixed SVN URL.
 



More information about the Gpg4win-commits mailing list