summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackware.com>2010-03-04 17:54:18 -0600
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 13:25:53 +0200
commit1f6dad54e3924c9cbfafe6c69f1ecd1701c291ab (patch)
tree9996581d6a03b9ba84c8b9b9c2b2a751f17c5ee8 /academic
parent2f8513870307f631ea748a94135bbd5bb1a24789 (diff)
downloadslackbuilds-1f6dad54e3924c9cbfafe6c69f1ecd1701c291ab.tar.gz
slackbuilds-1f6dad54e3924c9cbfafe6c69f1ecd1701c291ab.tar.xz
academic/ng-spice: Removed from tree (dupe with ngspice).
ng-spice was a dupe of ngspice, which is the maintained entry. Thanks to David Koenig for the heads-up.
Diffstat (limited to 'academic')
-rw-r--r--academic/ng-spice/README4
-rw-r--r--academic/ng-spice/ng-spice.SlackBuild77
-rw-r--r--academic/ng-spice/ng-spice.info10
-rw-r--r--academic/ng-spice/slack-desc19
4 files changed, 0 insertions, 110 deletions
diff --git a/academic/ng-spice/README b/academic/ng-spice/README
deleted file mode 100644
index df590c3043..0000000000
--- a/academic/ng-spice/README
+++ /dev/null
@@ -1,4 +0,0 @@
-Ngspice is a mixed-level/mixed-signal circuit simulator. Its code is based on
-three open source software packages: Spice3f5, Cider1b1 and Xspice. Ngspice
-is part of gEDA project, a full GPL'd suite of Electronic Design Automation
-tools.
diff --git a/academic/ng-spice/ng-spice.SlackBuild b/academic/ng-spice/ng-spice.SlackBuild
deleted file mode 100644
index b0e1701ea0..0000000000
--- a/academic/ng-spice/ng-spice.SlackBuild
+++ /dev/null
@@ -1,77 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for ng-spice
-# Written by Kyle Guinn <elyk03@gmail.com>
-
-PRGNAM="ng-spice"
-VERSION="rework_17"
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM-$VERSION
-OUTPUT=${OUTPUT:-/tmp}
-
-SRCVER=$(echo $VERSION | sed s/_/-/)
-
-DOCS="ANALYSES AUTHORS BUGS COPYING ChangeLog \
- DEVICES FAQ INSTALL NEWS README doc/ngspice.pdf"
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$SRCVER
-tar -xzvf $CWD/$PRGNAM-$SRCVER.tar.gz
-cd $PRGNAM-$SRCVER
-chown -R root:root .
-chmod -R u+w,go+r-w,a-st .
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --enable-shared \
- --disable-static \
- --with-readline \
- --build=$ARCH-slackware-linux
-
-make
-make install-strip DESTDIR=$PKG
-
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $(find . -type l); do \
- ln -s $(readlink $i).gz $i.gz; rm $i; \
- done
-)
-
-rm -f $PKG/usr/info/dir
-gzip -9 $PKG/usr/info/*.info*
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a $DOCS $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/academic/ng-spice/ng-spice.info b/academic/ng-spice/ng-spice.info
deleted file mode 100644
index bf86c52a01..0000000000
--- a/academic/ng-spice/ng-spice.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="ng-spice"
-VERSION="rework_17"
-HOMEPAGE="http://ngspice.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/ngspice/ng-spice-rework-17.tar.gz"
-DOWNLOAD_x86_64=""
-MD5SUM="abe283dea98b913a2122f085076865b1"
-MD5SUM_x86_64=""
-MAINTAINER="Kyle Guinn"
-EMAIL="elyk03@gmail.com"
-APPROVED="Erik Hanson"
diff --git a/academic/ng-spice/slack-desc b/academic/ng-spice/slack-desc
deleted file mode 100644
index 212a25934e..0000000000
--- a/academic/ng-spice/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---------------------------------------------------|
-ng-spice: Ngspice (circuit simulator)
-ng-spice:
-ng-spice: Ngspice is a mixed-level/mixed-signal circuit simulator. Its
-ng-spice: code is based on three open source software packages: Spice3f5,
-ng-spice: Cider1b1 and Xspice. Ngspice is part of gEDA project, a full
-ng-spice: GPL'd suite of Electronic Design Automation tools.
-ng-spice:
-ng-spice:
-ng-spice:
-ng-spice:
-ng-spice: