extra/mono to 3.0.7

This commit is contained in:
Mike Brown 2013-05-24 21:35:21 -03:00
parent a3439fe163
commit d35817501b

View file

@ -7,7 +7,7 @@
# and using autogen.sh to rebuild for configure.in changes.
pkgname=mono
pkgver=2.10.9
pkgver=3.0.7
pkgrel=1
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
arch=(i686 x86_64)
@ -21,7 +21,7 @@ conflicts=('monodoc')
source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
mono.binfmt.d
alarm.patch)
md5sums=('bbbff9d3d0c36b904437ada36a27eb9e'
md5sums=('76ebec9c97347aac13d9f28fc58b347d'
'b9ef8a65fea497acf176cca16c1e2402'
'db43f2824188e4d1583b676f2e62db24')
@ -35,11 +35,10 @@ build() {
sed -i 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.in
sed -i 's/AUTOMAKE_OPTIONS = cygnus//' runtime/Makefile.am
./autogen.sh --prefix=/usr --sysconfdir=/etc \
--with-libgdiplus=installed --with-fpu=VFP
--with-fpu=VFP
else
sed -i 's/armv6=yes/armv6=no/' configure
./configure --prefix=/usr --sysconfdir=/etc \
--with-libgdiplus=installed
./configure --prefix=/usr --sysconfdir=/etc
fi
make