academic/qalculate-kde: Removed from 13.0 repository

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:05:55 +02:00
parent 04d7040df3
commit ab05c9238e
5 changed files with 0 additions and 93 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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: