summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:49 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:49 +0200
commit54062f18f38d6d7c497fb5e0dfafe1985a009f6a (patch)
tree0f1ca58979b94984e3d6a690aeb9b5fbd1fa025a /graphics
parent3a7be8e808359a5f505701756de2e5ed77933f6e (diff)
downloadslackbuilds-54062f18f38d6d7c497fb5e0dfafe1985a009f6a.tar.gz
slackbuilds-54062f18f38d6d7c497fb5e0dfafe1985a009f6a.tar.xz
graphics/pcb: Removed from 13.0 repository
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pcb/README6
-rw-r--r--graphics/pcb/pcb.SlackBuild62
-rw-r--r--graphics/pcb/pcb.info8
-rw-r--r--graphics/pcb/slack-desc19
4 files changed, 0 insertions, 95 deletions
diff --git a/graphics/pcb/README b/graphics/pcb/README
deleted file mode 100644
index dd5625713e..0000000000
--- a/graphics/pcb/README
+++ /dev/null
@@ -1,6 +0,0 @@
-PCB is an interactive printed circuit board editor for the X11 window system.
-PCB includes a rats nest feature, design rule checking, and can provide
-industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data)
-output for use in the board fabrication and assembly process. PCB offers high
-end features such as an autorouter and trace optimizer which can tremendously
-reduce layout time.
diff --git a/graphics/pcb/pcb.SlackBuild b/graphics/pcb/pcb.SlackBuild
deleted file mode 100644
index 2a9a115fcc..0000000000
--- a/graphics/pcb/pcb.SlackBuild
+++ /dev/null
@@ -1,62 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for pcb
-# Written by Kyle Guinn
-
-# Modified by the SlackBuilds.org project
-
-PRGNAM=pcb
-VERSION=20070208p1
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP || exit 1
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
-cd $PRGNAM-$VERSION || exit 1
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-CFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --with-gui=gtk \
- || exit 1
-
-make || exit 1
-make install-strip DESTDIR=$PKG || exit 1
-
-rm -rf $PKG/usr/info/dir
-gzip -9 $PKG/usr/info/*
-gzip -9 $PKG/usr/man/man1/pcb.1
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-# The package installs many docs to /usr/share/pcb, but all of the files in
-# that directory are not documentation. I'm not extremely happy about this
-# idea, but it's the best one I have at the moment...
-( cd $PKG/usr/doc/$PRGNAM-$VERSION ; ln -s ../../share/pcb OTHER_DOCS )
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/graphics/pcb/pcb.info b/graphics/pcb/pcb.info
deleted file mode 100644
index aa870b1fe9..0000000000
--- a/graphics/pcb/pcb.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="pcb"
-VERSION="20070208p1"
-HOMEPAGE="http://pcb.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/pcb/pcb-20070208p1.tar.gz"
-MD5SUM="c4d7ead28e2b2ee6b171a94212a7bc2f"
-MAINTAINER="Kyle Guinn"
-EMAIL="elyk03@gmail.com"
-APPROVED="BP{k}"
diff --git a/graphics/pcb/slack-desc b/graphics/pcb/slack-desc
deleted file mode 100644
index b71a9db2ea..0000000000
--- a/graphics/pcb/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-pcb: pcb (Printed Circuit Board Editor)
-pcb:
-pcb: PCB is an interactive printed circuit board editor for the X11
-pcb: window system. PCB includes a rats nest feature, design rule
-pcb: checking, and can provide industry standard RS-274-X (Gerber),
-pcb: NC drill, and centroid data (X-Y data) output for use in the
-pcb: board fabrication and assembly process. PCB offers high end
-pcb: features such as an autorouter and trace optimizer which can
-pcb: tremendously reduce layout time.
-pcb:
-pcb: