libraries/cssutils: Updated for version 0.9.7.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Larry Hajali 2010-12-12 21:46:28 -06:00 committed by Robby Workman
parent ae21316ba8
commit 34ca9c9ee1
2 changed files with 4 additions and 6 deletions

View file

@ -3,7 +3,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=cssutils
VERSION=0.9.7b2
VERSION=0.9.7
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -12,12 +12,10 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View file

@ -1,8 +1,8 @@
PRGNAM="cssutils"
VERSION="0.9.7b2"
VERSION="0.9.7"
HOMEPAGE="http://code.google.com/p/cssutils/"
DOWNLOAD="http://cssutils.googlecode.com/files/cssutils-0.9.7b2.zip"
MD5SUM="bc9ee9707a60ff65fee558955d9db09f"
DOWNLOAD="http://cssutils.googlecode.com/files/cssutils-0.9.7.zip"
MD5SUM="69e93d7edb30365dd6712d62df0850ed"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"