diff options
author | David Somero <dsomero@hotmail.com> | 2010-05-13 00:35:05 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:35:05 +0200 |
commit | d633cf25de333328a1e3d982b301828f54cbed86 (patch) | |
tree | cd82703d2b160e8069827508f01d45ade70fdf5d /multimedia/myththemes/myththemes.SlackBuild | |
parent | 730600ba523cb7d5e2b0948cf63b54c2758b67cf (diff) | |
download | slackbuilds-d633cf25de333328a1e3d982b301828f54cbed86.tar.gz |
multimedia/myththemes: Updated for version 0.22
Diffstat (limited to 'multimedia/myththemes/myththemes.SlackBuild')
-rw-r--r-- | multimedia/myththemes/myththemes.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/myththemes/myththemes.SlackBuild b/multimedia/myththemes/myththemes.SlackBuild index d7841bf574..81751a6b94 100644 --- a/multimedia/myththemes/myththemes.SlackBuild +++ b/multimedia/myththemes/myththemes.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for myththemes # http://www.mythtv.org/ -# Copyright 2006-2007 David Somero (dsomero@hotmail.com) +# Copyright 2006-2009 David Somero (dsomero@hotmail.com) Athens,TN USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=myththemes -VERSION=0.21 +VERSION=0.22 ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,4 +64,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |