mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
academic/calcoo: Updated for version 1.3.18.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
c9c4417f6b
commit
97d1ea4fc6
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for calcoo
|
# Slackware build script for calcoo
|
||||||
|
|
||||||
# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA
|
# Copyright 2006-2012 Robby Workman, Northport, Alabama, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=calcoo
|
PRGNAM=calcoo
|
||||||
VERSION=1.3.16
|
VERSION=${VERSION:-1.3.18}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -74,14 +74,14 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make LIBS+="-lm" # libm doesn't get linked otherwise
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
|
||||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
|
||||||
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="calcoo"
|
PRGNAM="calcoo"
|
||||||
VERSION="1.3.16"
|
VERSION="1.3.18"
|
||||||
HOMEPAGE="http://calcoo.sourceforge.net/"
|
HOMEPAGE="http://calcoo.sourceforge.net/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/calcoo/calcoo-1.3.16.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/calcoo/calcoo-1.3.18.tar.gz"
|
||||||
MD5SUM="7e8eccf8bdf78c99d38825a540b8dead"
|
MD5SUM="0740045dc83fb74c7b40a785b37a6514"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Robby Workman"
|
MAINTAINER="Robby Workman"
|
||||||
EMAIL="rw@rlworkman.net"
|
EMAIL="rworkman@slackbuilds.org"
|
||||||
|
|
Loading…
Reference in a new issue