mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libgdiplus: Updated for version 1.2.4
This commit is contained in:
parent
b1f7bd22a6
commit
1a04ac4d57
4 changed files with 22 additions and 11 deletions
|
@ -1,3 +1,2 @@
|
|||
libgdiplus is an open source implementation of the GDI+ API.
|
||||
This package is part of the Mono project.
|
||||
|
||||
|
|
|
@ -24,14 +24,12 @@
|
|||
|
||||
# Modified by the SlackBuilds.org project
|
||||
|
||||
set -e
|
||||
|
||||
PRGNAM=libgdiplus
|
||||
VERSION=1.2.2
|
||||
VERSION=1.2.4
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
@ -42,11 +40,13 @@ elif [ "$ARCH" = "i686" ]; then
|
|||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libgdiplus"
|
||||
VERSION="1.2.2"
|
||||
VERSION="1.2.4"
|
||||
HOMEPAGE="http://www.go-mono.org"
|
||||
DOWNLOAD="http://go-mono.com/sources/libgdiplus/libgdiplus-1.2.2.tar.gz"
|
||||
MD5SUM="c01b803de40c70f9a009652d597c6732"
|
||||
DOWNLOAD="http://go-mono.com/sources/libgdiplus/libgdiplus-1.2.4.tar.bz2"
|
||||
MD5SUM="cf86212084a7b9cc3660efa5baf1cb98"
|
||||
MAINTAINER="Martin Lefebvre"
|
||||
EMAIL="dadexter@gmail.com"
|
||||
APPROVED="robw810"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -1,7 +1,19 @@
|
|||
libgdiplus: libgdiplus
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libgdiplus: libgdiplus (Open Source implementation of the GDI+ API)
|
||||
libgdiplus:
|
||||
libgdiplus: An Open Source implementation of the GDI+ API.
|
||||
libgdiplus: This package is part of the Mono project.
|
||||
libgdiplus:
|
||||
libgdiplus:
|
||||
libgdiplus:
|
||||
libgdiplus:
|
||||
libgdiplus:
|
||||
libgdiplus:
|
||||
libgdiplus:
|
||||
|
|
Loading…
Reference in a new issue