diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-13 00:39:21 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:39:21 +0200 |
commit | b5daae9682426c9f38b4d64606605ee0dd349b14 (patch) | |
tree | d89c19455877e2a255539dab4ca392b5d59301f6 /office/moneydance/moneydance.SlackBuild | |
parent | 88ac41b32f284fa8386574d3146f9f6a7e55cf61 (diff) |
office/moneydance: Updated for version 2010_b721
Diffstat (limited to 'office/moneydance/moneydance.SlackBuild')
-rw-r--r-- | office/moneydance/moneydance.SlackBuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/office/moneydance/moneydance.SlackBuild b/office/moneydance/moneydance.SlackBuild index fc9a6852da1d..96c808762ba0 100644 --- a/office/moneydance/moneydance.SlackBuild +++ b/office/moneydance/moneydance.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for moneydance -# Copyright 2008 Robby Workman, Northport, AL, USA +# Copyright 2008,2009 Robby Workman, Northport, AL, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=moneydance -VERSION=2008_b631 -ARCH=x86 # Leave this alone for moneydance +VERSION=2010_b721 +ARCH=noarch # Leave this alone for moneydance BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,13 +42,12 @@ tar xvf $CWD/moneydance_other.tar.gz -C $PKG/opt 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.png . -) +( cd $PKG/usr/share/pixmaps ; ln -s ../../../opt/moneydance/moneydance.png . ) +( cd $PKG/usr/share/pixmaps ; ln -s ../../../opt/moneydance/moneydance.xpm . ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION ( cd $PKG/usr/doc/$PRGNAM-$VERSION - ln -s /opt/moneydance/license.txt . + ln -s ../../../opt/moneydance/license.txt . cat $CWD/moneydance.SlackBuild > moneydance.SlackBuild ) @@ -59,4 +58,4 @@ 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 +/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |