summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Binh Nguyen2011-07-02 12:45:13 +0200
committer Niels Horn2011-07-02 12:45:13 +0200
commit0ddcd0f7a3d4d96fd1953e97d4f339d8a106e066 (patch)
tree7ec2bfa3cc9a7985c45f3ab8f8e12b46bde51d0a /office
parent577b1d3000adaefa5e14ec3179e0138ac3b81b09 (diff)
downloadslackbuilds-0ddcd0f7a3d4d96fd1953e97d4f339d8a106e066.tar.gz
office/beaver: Updated for version 0.4.1.
Diffstat (limited to 'office')
-rw-r--r--office/beaver/beaver.SlackBuild6
-rw-r--r--office/beaver/beaver.info8
2 files changed, 7 insertions, 7 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 \
diff --git a/office/beaver/beaver.info b/office/beaver/beaver.info
index e2015fa47a..7632c66ac5 100644
--- a/office/beaver/beaver.info
+++ b/office/beaver/beaver.info
@@ -1,10 +1,10 @@
PRGNAM="beaver"
-VERSION="0.4.0"
+VERSION="0.4.1"
HOMEPAGE="http://beaver-editor.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/beaver-editor/beaver-0.4.0.tar.bz2"
-MD5SUM="5b3fc10c5fddeaac98b1d4dbb5536f40"
+DOWNLOAD="http://downloads.sourceforge.net/beaver-editor/beaver-0.4.1.tar.bz2"
+MD5SUM="0cb1bf7350e7399c85a42d6672907d64"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Binh Nguyen"
EMAIL="binhnguyen@fastmail.fm"
-APPROVED="Erik Hanson"
+APPROVED="Erik Hanson,Niels Horn"