[Lunar-commits] r24791 - in moonbase/trunk/zbeta: . xgsch2pcb
Dennis Veatch
stumbles at lunar-linux.org
Mon Jun 11 04:45:41 CEST 2007
Author: stumbles
Date: 2007-06-11 04:45:41 +0200 (Mon, 11 Jun 2007)
New Revision: 24791
Added:
moonbase/trunk/zbeta/xgsch2pcb/
moonbase/trunk/zbeta/xgsch2pcb/BUILD
moonbase/trunk/zbeta/xgsch2pcb/DEPENDS
moonbase/trunk/zbeta/xgsch2pcb/DETAILS
Log:
Added by request with alterations by criggenbach
for the mail list.
Added: moonbase/trunk/zbeta/xgsch2pcb/BUILD
===================================================================
--- moonbase/trunk/zbeta/xgsch2pcb/BUILD (rev 0)
+++ moonbase/trunk/zbeta/xgsch2pcb/BUILD 2007-06-11 02:45:41 UTC (rev 24791)
@@ -0,0 +1,8 @@
+(
+
+ cd xgsch2pcb &&
+ autoreconf &&
+
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/zbeta/xgsch2pcb/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/xgsch2pcb/DEPENDS (rev 0)
+++ moonbase/trunk/zbeta/xgsch2pcb/DEPENDS 2007-06-11 02:45:41 UTC (rev 24791)
@@ -0,0 +1,5 @@
+depends Python &&
+depends gettext &&
+depends guile &&
+depends gtk+-2 &&
+depends groff
Added: moonbase/trunk/zbeta/xgsch2pcb/DETAILS
===================================================================
--- moonbase/trunk/zbeta/xgsch2pcb/DETAILS (rev 0)
+++ moonbase/trunk/zbeta/xgsch2pcb/DETAILS 2007-06-11 02:45:41 UTC (rev 24791)
@@ -0,0 +1,17 @@
+ MODULE=xgsch2pcb
+ VERSION=cvs
+ SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION/
+ SOURCE_URL[0]=cvs://:pserver:anoncvs:guest@cvs.seul.org:/home/cvspsrv/cvsroot/:geda/xgsch2pcb
+ WEB_SITE=http://geda.seul.org/tools/geda/index.html
+ ENTERED=20070527
+ UPDATED=`date -u +%Y%m%d`
+ SHORT="a geda-tool to export the schema to a pcb"
+
+cat << EOF
+This tool automates the prozess of creating a PCB-board
+from a gEDA-schema. The old tool, sch2pcb, is outdated and
+kicked out of gEDA/gaf. It is recomned to use the latest
+PCB-version from CVS, because this tool uses a D-Bus-connection
+to remote control PCB.
+EOF
More information about the Lunar-commits
mailing list