office/beaver: Updated for version 0.4.1.

This commit is contained in:
Binh Nguyen 2011-07-02 07:45:13 -03:00 committed by Niels Horn
parent 577b1d3000
commit 0ddcd0f7a3
2 changed files with 7 additions and 7 deletions

View file

@ -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 \

View file

@ -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"