wok diff mono/receipt @ rev 14812

Up: squid, squid-* (3.3.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:37:22 2013 +0200 (2013-07-17)
parents 1c9a0f9f7ad6
children c34af2cd7b0c
line diff
     1.1 --- a/mono/receipt	Tue Mar 13 03:03:27 2012 +0100
     1.2 +++ b/mono/receipt	Wed Jul 17 13:37:22 2013 +0200
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mono"
     1.7 -VERSION="2.10.2"
     1.8 +VERSION="2.10.8"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Cross-platform, open source .NET development framework"
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12  DEPENDS="glib glibc-base zlib libgdiplus"
    1.13  BUILD_DEPENDS="tar bzip2 m4 pkg-config bison gawk \
    1.14 -gettext glib-dev perl"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 +gettext glib-dev perl libgdiplus-dev"
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WEB_SITE="http://www.mono-project.com/"
    1.19 -WGET_URL="ftp://ftp.novell.com/pub/mono/sources/$PACKAGE/$TARBALL"
    1.20 +WGET_URL="http://download.mono-project.com/sources/$PACKAGE/$TARBALL"
    1.21  
    1.22  # Build documentation at http://mono-project.com/Compiling_Mono
    1.23  # and http://mono-project.com/Release_Notes_Mono_2.4#Installing_Mono_2.4
    1.24 @@ -21,8 +21,15 @@
    1.25  	cd $src
    1.26  	./configure \
    1.27  		--sysconfdir=/etc \
    1.28 +		--with-libgdiplus=installed \
    1.29  		$CONFIGURE_ARGS  &&
    1.30 -	make -j 1 && make -j 1 install
    1.31 +	make -j 1 && make install
    1.32 +
    1.33 +	cd $src/mcs/jay
    1.34 +	make -j 1 && make DESTDIR=$DESTDIR prefix=/usr INSTALL=../../install-sh install
    1.35 +
    1.36 +	#fix .pc file to be able to request mono on what it depends, fixes #go-oo build
    1.37 +	sed -i -e "s:#Requires:Requires:" $DESTDIR/usr/lib/pkgconfig/mono.pc
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.