diff options
Diffstat (limited to 'multimedia/devede/devede.SlackBuild')
-rw-r--r-- | multimedia/devede/devede.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/devede/devede.SlackBuild b/multimedia/devede/devede.SlackBuild index 32faa8652a..8183c8d12f 100644 --- a/multimedia/devede/devede.SlackBuild +++ b/multimedia/devede/devede.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for devede # Copyright 2007 Brian Reichert <rignes@pobox.com> -# Copyright 2010,2011 Niels Horn, Rio de Janeiro, Brazil +# Copyright 2010-2012 Niels Horn, Rio de Janeiro, Brazil # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,10 +27,10 @@ # - use 'pkgdocdir' and 'uninstall' install script options # - pass the version number to the build script -# Revision date: 2011/12/09 +# Revision date: 2012/02/17 PRGNAM=devede -VERSION=${VERSION:-3.20.0} +VERSION=${VERSION:-3.21.0} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,9 +45,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM +rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM +cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . |