summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-13 00:05:55 +0200
committer Heinz Wiesinger2010-05-13 00:05:55 +0200
commitab05c9238e3dc808a1b619dd5fa3b7848544de72 (patch)
tree74147dd84291246ff0055f4191c5c69c0f108117 /academic
parent04d7040df3e2df09078e5c8d6ef4eed61e351320 (diff)
downloadslackbuilds-ab05c9238e3dc808a1b619dd5fa3b7848544de72.tar.gz
academic/qalculate-kde: Removed from 13.0 repository
Diffstat (limited to 'academic')
-rw-r--r--academic/qalculate-kde/README6
-rw-r--r--academic/qalculate-kde/doinst.sh4
-rw-r--r--academic/qalculate-kde/qalculate-kde.SlackBuild56
-rw-r--r--academic/qalculate-kde/qalculate-kde.info8
-rw-r--r--academic/qalculate-kde/slack-desc19
5 files changed, 0 insertions, 93 deletions
diff --git a/academic/qalculate-kde/README b/academic/qalculate-kde/README
deleted file mode 100644
index fffddc78c8..0000000000
--- a/academic/qalculate-kde/README
+++ /dev/null
@@ -1,6 +0,0 @@
-Qalculate! is a multi-purpose desktop calculator for GNU/Linux. It is small
-and simple to use but with much power and versatility underneath. Features
-include customizable functions, units, arbitrary precision, plotting, and a
-user-friendly interface (KDE or GTK+).
-
-Requires CLN and libqalculate, both of which are available from SlackBuilds.org
diff --git a/academic/qalculate-kde/doinst.sh b/academic/qalculate-kde/doinst.sh
deleted file mode 100644
index eec7ae1d81..0000000000
--- a/academic/qalculate-kde/doinst.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
-fi
-
diff --git a/academic/qalculate-kde/qalculate-kde.SlackBuild b/academic/qalculate-kde/qalculate-kde.SlackBuild
deleted file mode 100644
index 5ff535ce29..0000000000
--- a/academic/qalculate-kde/qalculate-kde.SlackBuild
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for qalculate-kde
-# Original Script (http://www.slackbuilds.org/template.SlackBuild)
-# Mangled by Nelson Milum (truthfatal@gmail.com)
-
-set -e
-
-PRGNAM=qalculate-kde
-VERSION=0.9.6
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-DOCUMENTATION="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"
-
-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
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/man
-
-make
-make install-strip DESTDIR=$PKG
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a $DOCUMENTATION $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
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/academic/qalculate-kde/qalculate-kde.info b/academic/qalculate-kde/qalculate-kde.info
deleted file mode 100644
index 3abcab200e..0000000000
--- a/academic/qalculate-kde/qalculate-kde.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="qalculate-kde"
-VERSION="0.9.6"
-HOMEPAGE="http://qalculate.sourceforge.net/index.html"
-DOWNLOAD="http://downloads.sourceforge.net/qalculate/qalculate-kde-0.9.6.tar.gz"
-MD5SUM="2d41dc887ad3cf5de29ba4d570de263a"
-MAINTAINER="Nelson Milum"
-EMAIL="truthfatal@gmail.com"
-APPROVED="rworkman"
diff --git a/academic/qalculate-kde/slack-desc b/academic/qalculate-kde/slack-desc
deleted file mode 100644
index e2adaf05e1..0000000000
--- a/academic/qalculate-kde/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----------------------------------------------|
-qalculate-kde: qalculate-kde (The Ultimate Desktop Calculator!)
-qalculate-kde:
-qalculate-kde: Qalculate! is a multi-purpose desktop calculator for Linux.
-qalculate-kde: It is small and simple to use but with much power and
-qalculate-kde: versatility underneath. Features include customizable
-qalculate-kde: functions, units, arbitrary precision, plotting, and a
-qalculate-kde: user-friendly interface.
-qalculate-kde:
-qalculate-kde:
-qalculate-kde:
-qalculate-kde: