[Lunar-commits] <moonbase> Subject: pcb-git: pcb has moved to git

Duncan Gibson engelsman at lunar-linux.org
Sun Sep 6 10:53:20 CEST 2009


commit b69d1ffbfc1464fac6e0f9c524b7255086090933
Author: Christian Riggenbach <criggenbach at magahugu.net>
Date:   Sun Sep 6 10:53:20 2009 +0200

    Subject: pcb-git: pcb has moved to git
    
    pcb has moved to git and has a new website. Please remove the old
    'pcb-cvs' module and add this one instead.
    
    Note: downloads, builds and installs OK,
          but 'pcb' gives a segmentation error on my system, which begs
          the question whether this is a non-working  version in git, or
          there is something missing on my system - engelsman
---
 zbeta/pcb-git/BUILD   |    9 +++++++++
 zbeta/pcb-git/DEPENDS |   12 ++++++++++++
 zbeta/pcb-git/DETAILS |   13 +++++++++++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/zbeta/pcb-git/BUILD b/zbeta/pcb-git/BUILD
new file mode 100644
index 0000000..741374f
--- /dev/null
+++ b/zbeta/pcb-git/BUILD
@@ -0,0 +1,9 @@
+(
+
+  ./autogen.sh &&
+
+  OPTS="$OPTS --enable-dbus"
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/pcb-git/DEPENDS b/zbeta/pcb-git/DEPENDS
new file mode 100644
index 0000000..c3efc81
--- /dev/null
+++ b/zbeta/pcb-git/DEPENDS
@@ -0,0 +1,12 @@
+depends automake                &&
+depends autoconf                &&
+depends libtool                 &&
+depends pkgconfig               &&
+depends gettext                 &&
+depends guile                   &&
+depends gtk+-2                  &&
+depends groff                   &&
+
+optional_depends "doxygen"     "--enable-doc" "--disable-doc" "For building Documentation" &&
+optional_depends "texinfo"     "--enable-doc" "--disable-doc" "For building Documentation" &&
+optional_depends "latex2html"  "--enable-doc" "--disable-doc" "For building Documentation"
diff --git a/zbeta/pcb-git/DETAILS b/zbeta/pcb-git/DETAILS
new file mode 100644
index 0000000..b77a8c6
--- /dev/null
+++ b/zbeta/pcb-git/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=pcb-git
+         VERSION=beta
+          SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION/
+      SOURCE_URL=git://git.gpleda.org/pcb.git
+        WEB_SITE=http://pcb.gpleda.org/
+         ENTERED=20070528
+         UPDATED=`date -u +%Y%m%d`
+           SHORT="Whole PCB from git"
+           PSAFE=no
+cat << EOF
+Whole PCB from git
+EOF


More information about the Lunar-commits mailing list