multimedia/devede: Updated for version 3.11

This commit is contained in:
Brian Reichert 2010-05-12 17:42:32 +02:00 committed by David Somero
parent bc39c12c7f
commit 4fee810803
2 changed files with 10 additions and 6 deletions

View file

@ -26,8 +26,11 @@
# - use 'pkgdocdir' and 'uninstall' install script options
# - pass the version number to the build script
# Updated by the SlackBuilds.org project
PRGNAM=devede
VERSION=${VERSION:-3.11}
VERSION=3.11b
SRCVER=3.11
ARCH=${ARCH:-noarch}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -40,9 +43,9 @@ OUTPUT=${OUTPUT:-/tmp}
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
rm -rf $PRGNAM-$SRCVER
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
cd $PRGNAM-$VERSION || exit 1
cd $PRGNAM-$SRCVER || exit 1
chown -R root:root .
chmod -R u+w,go+r-w,a-s .

View file

@ -1,8 +1,9 @@
PRGNAM="devede"
VERSION="3.11"
HOMEPAGE="http://www.rastersoft.com/programas/devede.html"
DOWNLOAD="http://www.rastersoft.com/descargas/devede-3.11.tar.bz2"
MD5SUM="9cb7d02192c1edc741aa9d25806c79b7"
DOWNLOAD="http://www.rastersoft.com/descargas/devede-3.11b.tar.bz2"
MD5SUM="a6610336b09c69d032c5b7a6b9653e59"
MAINTAINER="Brian Reichert"
EMAIL="rignes@pobox.com"
APPROVED="David Somero"
APPROVED="David Somero,Michiel"