diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2016-02-04 21:11:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-05 07:02:13 +0700 |
commit | 385eb8b4d944bce230fb025e7c7ba40d170ca238 (patch) | |
tree | e1058a489f39ac704e75fe3dedafcf0d62008a72 /multimedia/lives/lives.SlackBuild | |
parent | 38daf20f3089a1bf91e5a5d4192ba1dc9f1a6477 (diff) | |
download | slackbuilds-385eb8b4d944bce230fb025e7c7ba40d170ca238.tar.gz |
multimedia/lives: Updated for version 2.6.0.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'multimedia/lives/lives.SlackBuild')
-rw-r--r-- | multimedia/lives/lives.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/lives/lives.SlackBuild b/multimedia/lives/lives.SlackBuild index 63600c2666..66405577a6 100644 --- a/multimedia/lives/lives.SlackBuild +++ b/multimedia/lives/lives.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for "lives". # Copyright 2014-2015 Yanes Checcacci Balod <yanes@pobox.com>, Brazil -# Copyright 2015 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2015-2016 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ PRGNAM=lives SRCNAM=LiVES -VERSION=${VERSION:-2.4.6} +VERSION=${VERSION:-2.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,11 +73,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# includes some multilib support CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \ -WEED_LIBS="-L/usr/lib${LIBDIRSUFFIX}" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |