summaryrefslogtreecommitdiffstats
path: root/office/beaver/beaver.SlackBuild
diff options
context:
space:
mode:
author Binh Nguyen <binhnguyen@fastmail.fm>2011-07-02 07:45:13 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-07-02 07:45:13 -0300
commit0ddcd0f7a3d4d96fd1953e97d4f339d8a106e066 (patch)
tree7ec2bfa3cc9a7985c45f3ab8f8e12b46bde51d0a /office/beaver/beaver.SlackBuild
parent577b1d3000adaefa5e14ec3179e0138ac3b81b09 (diff)
downloadslackbuilds-0ddcd0f7a3d4d96fd1953e97d4f339d8a106e066.tar.gz
slackbuilds-0ddcd0f7a3d4d96fd1953e97d4f339d8a106e066.tar.xz
office/beaver: Updated for version 0.4.1.
Diffstat (limited to 'office/beaver/beaver.SlackBuild')
-rw-r--r--office/beaver/beaver.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/office/beaver/beaver.SlackBuild b/office/beaver/beaver.SlackBuild
index 73c723b4cd..d93ab12143 100644
--- a/office/beaver/beaver.SlackBuild
+++ b/office/beaver/beaver.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Beaver
-# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
+# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=beaver
-VERSION=${VERSION:-0.4.0}
+VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -82,7 +82,7 @@ CFLAGS="$SLKCFLAGS" \
--enable-static=no \
--build=$ARCH-slackware-linux
-make
+make V=1
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \