From a7b4697d983bdabfeeaaf0882ce347ced2a9cc9e Mon Sep 17 00:00:00 2001 From: Gilcio Amaral Date: Sun, 15 Aug 2010 20:39:29 -0500 Subject: office/tellico: Updated for version 2.3. Signed-off-by: Erik Hanson --- office/tellico/tellico.SlackBuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'office/tellico/tellico.SlackBuild') diff --git a/office/tellico/tellico.SlackBuild b/office/tellico/tellico.SlackBuild index 0e0f1e6e70f91..1756049b1835b 100644 --- a/office/tellico/tellico.SlackBuild +++ b/office/tellico/tellico.SlackBuild @@ -1,6 +1,8 @@ #!/bin/sh # SlackBuild script for tellico + +# written by Gilcio Amaral # Copyright 2007-2008 Michiel van Wessem, Manchester, United Kingdom # All rights reserved. # @@ -24,16 +26,14 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tellico -VERSION=${VERSION:-2.2} +VERSION=${VERSION:-2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -80,6 +80,7 @@ cd build -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DMAN_INSTALL_DIR=/usr/man \ + -DENABLE_WEBCAM=true \ -DCMAKE_BUILD_TYPE=Release .. make VERBOSE=1 @@ -90,7 +91,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog tellico.lsm tellico.tips \ +cp -a AUTHORS COMPILING COPYING ChangeLog README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -- cgit v1.2.3