academic/calcoo: Updated for version 1.3.16

This commit is contained in:
Robby Workman 2010-05-11 19:43:40 +02:00 committed by Michiel van Wessem
parent 7159f926d7
commit 8dca975467
3 changed files with 15 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for calcoo
# Copyright 2006 Robby Workman (http://rlworkman.net)
# Copyright 2006-2007 Robby Workman (http://rlworkman.net)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,9 +27,9 @@
PRGNAM=calcoo
VERSION=1.3.16
ARCH=${ARCH:-i486}
BUILD=${BUILD:-3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=`pwd`
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@ -69,7 +69,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
( cd $PKG/usr/man || exit
find . -type f -exec gzip -9 {} \;
for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
)
mkdir -p $PKG/install

View File

@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/calcoo/calcoo-1.3.16.tar.gz"
MD5SUM="7e8eccf8bdf78c99d38825a540b8dead"
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="robw810"
APPROVED="BP{k},rworkman"

View File

@ -1,4 +1,12 @@
calcoo: Calcoo RPN and Scientific Calculator
# 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------------------------------------------------------|
calcoo: Calcoo (RPN and Scientific Calculator)
calcoo:
calcoo: Calcoo is an RPN and scientific calculator that uses the GTK
calcoo: library. It features both RPN and algebraic modes, bitmapped
@ -8,3 +16,4 @@ calcoo: displays, and displays for Y, Z, and T registers.
calcoo:
calcoo: Homepage: http://calcoo.sourceforge.net/
calcoo:
calcoo: