business/skrooge: Updated for version 0.8.1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Vincent Batts 2011-05-31 18:57:03 -04:00 committed by Robby Workman
parent 2d399abd7c
commit 6c8ff7163e
2 changed files with 7 additions and 8 deletions

View file

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=skrooge
VERSION=${VERSION:-0.7.3}
VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -33,7 +33,6 @@ if [ -z "$ARCH" ]; then
esac
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@ -94,12 +93,12 @@ cd build
make install DESTDIR=$PKG
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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING* $PKG/usr/doc/$PRGNAM-$VERSION
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh

View file

@ -1,8 +1,8 @@
PRGNAM="skrooge"
VERSION="0.7.3"
VERSION="0.8.1"
HOMEPAGE="http://extragear.kde.org/apps/skrooge/"
DOWNLOAD="http://skrooge.org/files/archives/skrooge-0.7.3.tar.bz2"
MD5SUM="8aeb5d08d2a664fc689f80ed2372b14d"
DOWNLOAD="http://skrooge.org/files/skrooge-0.8.1.tar.bz2"
MD5SUM="417f5668d9ec07b715c8fc7023460c27"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Vincent Batts"