libraries/libgdiplus: Updated for version 2.10.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Sebastián Salazar Molina 2011-05-09 22:31:45 -03:00 committed by Robby Workman
parent 29717b5324
commit 6ffafdca58
2 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@
# Modified by the SlackBuilds.org project
PRGNAM=libgdiplus
VERSION=2.8
VERSION=2.10
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -78,7 +78,7 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
--build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG

View file

@ -1,10 +1,10 @@
PRGNAM="libgdiplus"
VERSION="2.8"
VERSION="2.10"
HOMEPAGE="http://www.go-mono.org"
DOWNLOAD="http://ftp.novell.com/pub/mono/sources/libgdiplus/libgdiplus-2.8.tar.bz2"
MD5SUM="4fd70e5ab7847574c20453c349bc4c97"
DOWNLOAD="http://ftp.novell.com/pub/mono/sources/libgdiplus/libgdiplus-2.10.tar.bz2"
MD5SUM="451966e8f637e3a1f02d1d30f900255d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Sebastián Salazar Molina"
EMAIL="ssalazar@orangepeople.cl"
APPROVED="rworkman"
EMAIL="sebastian@sebastian.cl"
APPROVED="Niels Horn"