libraries/ORBit2: Updated for version 2.14.19. New Maintainer.

This commit is contained in:
Robby Workman 2010-10-04 22:01:00 -05:00 committed by Robby Workman
parent 9ef91316e0
commit 797633a527
2 changed files with 7 additions and 9 deletions

View File

@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ORBit2
VERSION=${VERSION:-2.14.18}
VERSION=${VERSION:-2.14.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# 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,10 +1,10 @@
PRGNAM="ORBit2"
VERSION="2.14.18"
VERSION="2.14.19"
HOMEPAGE="http://www.gnome.org/projects/ORBit2/"
DOWNLOAD="ftp://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-2.14.18.tar.bz2"
MD5SUM="3e80596171b1ea652707219c7144ff53"
DOWNLOAD="ftp://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/ORBit2-2.14.19.tar.bz2"
MD5SUM="7082d317a9573ab338302243082d10d1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Daniel Liljeqvist"
EMAIL="dasajev@gmail.com"
APPROVED="rworkman"
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="Erik Hanson"