diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2013-11-24 13:56:36 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-24 08:35:27 -0600 |
commit | 84cec044c62e55deec1c15ba742a15cc73046216 (patch) | |
tree | 79f583bfcf83c12f6f77e6f9e686e5ec1c4db221 /graphics | |
parent | eebf8d3a66a1edfee00c2422ac138706649b3115 (diff) | |
download | slackbuilds-84cec044c62e55deec1c15ba742a15cc73046216.tar.gz |
graphics/qcad-partlibrary: Removed. Dependency missing.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qcad-partlibrary/README | 3 | ||||
-rw-r--r-- | graphics/qcad-partlibrary/qcad-partlibrary.SlackBuild | 47 | ||||
-rw-r--r-- | graphics/qcad-partlibrary/qcad-partlibrary.info | 10 | ||||
-rw-r--r-- | graphics/qcad-partlibrary/slack-desc | 19 |
4 files changed, 0 insertions, 79 deletions
diff --git a/graphics/qcad-partlibrary/README b/graphics/qcad-partlibrary/README deleted file mode 100644 index ead58fcd88..0000000000 --- a/graphics/qcad-partlibrary/README +++ /dev/null @@ -1,3 +0,0 @@ -The 'Part Library' is a collection of about 4500 mechanical, electrical and -processing symbols and parts in DXF format. It can be easily integrated into -QCAD and accessed with the built-in library browser of QCAD. diff --git a/graphics/qcad-partlibrary/qcad-partlibrary.SlackBuild b/graphics/qcad-partlibrary/qcad-partlibrary.SlackBuild deleted file mode 100644 index 870d0764d1..0000000000 --- a/graphics/qcad-partlibrary/qcad-partlibrary.SlackBuild +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/sh - -# Slackware build script for qcad-partlibrary -# a collection of about 4.500 parts in DXF format for QCAD. - -# Written by Niels Horn <niels.horn@gmail.com> -# Revision date: 2010/05/09 - -PRGNAM=qcad-partlibrary -VERSION=${VERSION:-2.1.2.8} -ARCH=noarch -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -# Version of source is a bit different: -SRCPKG=partlibrary-${VERSION}-1 - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $SRCPKG -tar xvf $CWD/$SRCPKG.tar.gz -cd $SRCPKG - -# Correct permissions (some parts come w/o global read permission) -chown -R root:root . -find -type f -exec chmod 644 {} \; - -# "Install" library -mkdir -p $PKG/opt/qcad/library -cp -a * $PKG/opt/qcad/library/ - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -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.${PKGTYPE:-tgz} diff --git a/graphics/qcad-partlibrary/qcad-partlibrary.info b/graphics/qcad-partlibrary/qcad-partlibrary.info deleted file mode 100644 index 7c7b0875c0..0000000000 --- a/graphics/qcad-partlibrary/qcad-partlibrary.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="qcad-partlibrary" -VERSION="2.1.2.8" -HOMEPAGE="http://www.ribbonsoft.com/qcad.html" -DOWNLOAD="ftp://ribbonsoft.com/archives/partlibrary/partlibrary-2.1.2.8-1.tar.gz" -MD5SUM="e1df98084317b13bfc193fecba9d6790" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="qcad" -MAINTAINER="Niels Horn" -EMAIL="niels.horn@gmail.com" diff --git a/graphics/qcad-partlibrary/slack-desc b/graphics/qcad-partlibrary/slack-desc deleted file mode 100644 index 3c75899e44..0000000000 --- a/graphics/qcad-partlibrary/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 ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -qcad-partlibrary: qcad-partlibrary (parts in DXF format for QCAD) -qcad-partlibrary: -qcad-partlibrary: The 'Part Library' is a collection of about 4500 mechanical, -qcad-partlibrary: electrical and processing symbols and parts in DXF format. It can be -qcad-partlibrary: easily integrated into QCAD and accessed with the built-in library -qcad-partlibrary: browser of QCAD. -qcad-partlibrary: -qcad-partlibrary: Homepage: http://www.ribbonsoft.com/qcad.html -qcad-partlibrary: -qcad-partlibrary: -qcad-partlibrary: |