office/tellico: Updated for version 2.3.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Gilcio Amaral 2011-05-10 10:42:56 -05:00 committed by Robby Workman
parent 7bcadc2d39
commit faf2a7e80e
2 changed files with 6 additions and 7 deletions

View file

@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tellico
VERSION=${VERSION:-2.3.2}
VERSION=${VERSION:-2.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -83,10 +83,9 @@ cd build
-DMAN_INSTALL_DIR=/usr/man \
-DENABLE_WEBCAM=true \
-DCMAKE_BUILD_TYPE=Release ..
make VERBOSE=1
make install VERBOSE=1 DESTDIR=$PKG
cd -
cd ..
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,10 +1,10 @@
PRGNAM="tellico"
VERSION="2.3.2"
VERSION="2.3.3"
HOMEPAGE="http://tellico-project.org/"
DOWNLOAD="http://tellico-project.org/files/tellico-2.3.2.tar.bz2"
MD5SUM="3425c12055ae7ea512cd7242de73575e"
DOWNLOAD="http://tellico-project.org/files/tellico-2.3.3.tar.bz2"
MD5SUM="7e3da69119324995308fca7ddf8ea6a9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Gilcio Amaral"
EMAIL="gilcio.amaral@gmail.com"
APPROVED="Erik Hanson,rworkman"
APPROVED="rworkman"