mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
libraries/libqalculate: Removed from 13.0 repository
This commit is contained in:
parent
750be34a05
commit
8a8c055d3c
4 changed files with 0 additions and 90 deletions
|
@ -1,4 +0,0 @@
|
|||
libqalculate is a library dependancy for Qalculate! and its related packages
|
||||
libqalculate is math libary for expression evaluation with units, variables
|
||||
and functions support and CAS functionality.
|
||||
Requires the cln library, which is also available at SlackBuilds.org.
|
|
@ -1,59 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for libqalculate
|
||||
# Original Script (http://www.slackbuilds.org/template.SlackBuild)
|
||||
# Mangled by (Nelson Milum) (truthfatal@gmail.com)
|
||||
|
||||
PRGNAM=libqalculate
|
||||
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 README.translate TODO"
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
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
|
||||
|
||||
# This package has no man or info pages
|
||||
|
||||
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
|
||||
# No need to keep reference docs, I don't think...
|
||||
rm -rf $PKG/usr/share/doc
|
||||
|
||||
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
|
|
@ -1,8 +0,0 @@
|
|||
PRGNAM="libqalculate"
|
||||
VERSION="0.9.6"
|
||||
HOMEPAGE="http://qalculate.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/qalculate/libqalculate-0.9.6.tar.gz"
|
||||
MD5SUM="e14432fc490f9a697e23e31a74e0eb19"
|
||||
MAINTAINER="Nelson Milum"
|
||||
EMAIL="truthfatal@gmail.com"
|
||||
APPROVED="rworkman"
|
|
@ -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------------------------------------------------|
|
||||
libqalculate: libqalculate (Library for Qualculate)
|
||||
libqalculate:
|
||||
libqalculate: libqalculate is a math libary for expression evaluation with
|
||||
libqalculate: units, variables, and functions support and CAS functionality.
|
||||
libqalculate:
|
||||
libqalculate:
|
||||
libqalculate:
|
||||
libqalculate:
|
||||
libqalculate:
|
||||
libqalculate:
|
||||
libqalculate:
|
Loading…
Reference in a new issue