mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/Moneydance: Added to 12.1 repository
This commit is contained in:
parent
6bcbf9f382
commit
706a548760
6 changed files with 126 additions and 0 deletions
63
office/Moneydance/Moneydance.SlackBuild
Normal file
63
office/Moneydance/Moneydance.SlackBuild
Normal file
|
@ -0,0 +1,63 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Slackware build script for Moneydance
|
||||
|
||||
# Copyright 2008 Robby Workman, Northport, AL, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=Moneydance
|
||||
VERSION=2008_b606
|
||||
ARCH=i686 # Leave this alone for Moneydance
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $PKG/opt $OUTPUT
|
||||
cd $PKG/opt
|
||||
tar xzf $CWD/Moneydance_linux_x86.tar.gz
|
||||
|
||||
install -D -m 0644 $CWD/Moneydance.desktop \
|
||||
$PKG/usr/share/applications/$PRGNAM.desktop
|
||||
mkdir $PKG/usr/share/pixmaps
|
||||
( cd $PKG/usr/share/pixmaps
|
||||
ln -s /opt/Moneydance/moneydance_icon32.png .
|
||||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
( cd $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
ln -s /opt/Moneydance/license.txt .
|
||||
cat $CWD/Moneydance.SlackBuild > Moneydance.SlackBuild
|
||||
)
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
chown -R root:root .
|
||||
chmod -R a-s,go+r-w,u+rw .
|
||||
/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
9
office/Moneydance/Moneydance.desktop
Normal file
9
office/Moneydance/Moneydance.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Terminal=False
|
||||
Type=Application
|
||||
Categories=Office;Finance;
|
||||
Name=Moneydance
|
||||
Comment=Personal Finance Manager
|
||||
Exec=/bin/sh "/opt/Moneydance/Moneydance"
|
||||
Icon=/opt/Moneydance/moneydance_icon32.png
|
8
office/Moneydance/Moneydance.info
Normal file
8
office/Moneydance/Moneydance.info
Normal file
|
@ -0,0 +1,8 @@
|
|||
PRGNAM="Moneydance"
|
||||
VERSION="2008_b606"
|
||||
HOMEPAGE="http://moneydance.com"
|
||||
DOWNLOAD="http://moneydance.com/download/2008/installers/Moneydance_linux_x86.tar.gz"
|
||||
MD5SUM="b62ed855648445fb46d60796382eedf6"
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="David Somero"
|
22
office/Moneydance/README
Normal file
22
office/Moneydance/README
Normal file
|
@ -0,0 +1,22 @@
|
|||
Moneydance is a java-based cross-platform personal finance manager - it offers
|
||||
a consistent interface in Windows, Linux, and MacOSX, *BSD, and Solaris.
|
||||
|
||||
Simplify your finances with Moneydance, the groundbreaking personal finance
|
||||
manager! Whether you want to organize your finances, manage your budget,
|
||||
track your portfolio, or just automatically balance your checkbook, Moneydance
|
||||
is the solution for you.
|
||||
|
||||
Moneydance's simple, intuitive interface makes taking care of your finances
|
||||
a breeze. Save time and money with online banking and bill payment.
|
||||
Moneydance makes it easy to set and trace budgets, and reminds you of upcoming
|
||||
bills to keep you up-to-date.
|
||||
|
||||
Moneydance's insightful reporting and graphing tools illuminate your finances
|
||||
and show you where your money goes. You can track your portfolio and stay on
|
||||
top of your investments. MoneyDance also offers encryption and password
|
||||
protection to ensure your privacy.
|
||||
|
||||
Note that Moneydance is NOT a free program. This script will build a fully
|
||||
functional trial version of the program, and if you like it, then you will
|
||||
have to pay for it in order to retain functionality after 100 transactions
|
||||
are entered.
|
5
office/Moneydance/doinst.sh
Normal file
5
office/Moneydance/doinst.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications
|
||||
fi
|
||||
|
19
office/Moneydance/slack-desc
Normal file
19
office/Moneydance/slack-desc
Normal file
|
@ -0,0 +1,19 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
Moneydance: Moneydance (Cross-platform Personal Finance Manager)
|
||||
Moneydance:
|
||||
Moneydance: Simplify your finances with Moneydance, the groundbreaking
|
||||
Moneydance: personal finance manager! Whether you want to organize your
|
||||
Moneydance: finances, manage your budget, track your portfolio, or just
|
||||
Moneydance: automatically balance your checkbook, Moneydance is the
|
||||
Moneydance: solution for you.
|
||||
Moneydance:
|
||||
Moneydance: Homepage: http://moneydance.com
|
||||
Moneydance:
|
||||
Moneydance:
|
Loading…
Reference in a new issue