development/mono: Updated for version 3.12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b9920d6f5b
commit
64ca9a581a
|
@ -11,19 +11,21 @@ config() {
|
|||
# Otherwise, we leave the .new copy for the admin to consider...
|
||||
}
|
||||
|
||||
config etc/mono/browscap.ini.new
|
||||
config etc/mono/config.new
|
||||
config etc/mono/browscap.ini.new
|
||||
config etc/mono/mconfig/config.xml.new
|
||||
config etc/mono/2.0/Browsers/Compat.browser.new
|
||||
config etc/mono/2.0/DefaultWsdlHelpGenerator.aspx.new
|
||||
config etc/mono/2.0/machine.config.new
|
||||
config etc/mono/2.0/settings.map.new
|
||||
config etc/mono/2.0/web.config.new
|
||||
config etc/mono/2.0/Browsers/Compat.browser.new
|
||||
config etc/mono/4.0/DefaultWsdlHelpGenerator.aspx.new
|
||||
config etc/mono/4.0/machine.config.new
|
||||
config etc/mono/4.0/settings.map.new
|
||||
config etc/mono/4.0/web.config.new
|
||||
config etc/mono/4.0/Browsers/Compat.browser.new
|
||||
config etc/mono/4.5/DefaultWsdlHelpGenerator.aspx.new
|
||||
config etc/mono/4.5/machine.config.new
|
||||
config etc/mono/4.5/settings.map.new
|
||||
config etc/mono/4.5/web.config.new
|
||||
config etc/mono/4.5/Browsers/Compat.browser.new
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
# Slackware build script for mono
|
||||
# Written by Sebastián Salazar Molina <ssalazar@orangepeople.cl>
|
||||
# Updated by Andre Barboza <bmg.andre@gmail.com>
|
||||
|
||||
PRGNAM=mono
|
||||
VERSION=${VERSION:-3.10.0}
|
||||
VERSION=${VERSION:-3.12.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -74,21 +75,23 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
mv browscap.ini browscap.ini.new
|
||||
mv mconfig/config.xml mconfig/config.xml.new
|
||||
|
||||
mv 2.0/settings.map 2.0/settings.map.new
|
||||
mv 2.0/DefaultWsdlHelpGenerator.aspx 2.0/DefaultWsdlHelpGenerator.aspx.new
|
||||
mv 2.0/machine.config 2.0/machine.config.new
|
||||
mv 2.0/settings.map 2.0/settings.map.new
|
||||
mv 2.0/web.config 2.0/web.config.new
|
||||
mv 2.0/Browsers/Compat.browser 2.0/Browsers/Compat.browser.new
|
||||
mv 2.0/DefaultWsdlHelpGenerator.aspx 2.0/DefaultWsdlHelpGenerator.aspx.new
|
||||
|
||||
mv 4.0/DefaultWsdlHelpGenerator.aspx 4.0/DefaultWsdlHelpGenerator.aspx.new
|
||||
mv 4.0/machine.config 4.0/machine.config.new
|
||||
mv 4.0/settings.map 4.0/settings.map.new
|
||||
mv 4.0/web.config 4.0/web.config.new
|
||||
mv 4.0/Browsers/Compat.browser 4.0/Browsers/Compat.browser.new
|
||||
|
||||
mv 4.5/DefaultWsdlHelpGenerator.aspx 4.5/DefaultWsdlHelpGenerator.aspx.new
|
||||
mv 4.5/machine.config 4.5/machine.config.new
|
||||
mv 4.5/settings.map 4.5/settings.map.new
|
||||
mv 4.5/web.config 4.5/web.config.new
|
||||
mv 4.5/Browsers/Compat.browser 4.5/Browsers/Compat.browser.new
|
||||
)
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mono"
|
||||
VERSION="3.10.0"
|
||||
VERSION="3.12.1"
|
||||
HOMEPAGE="http://www.mono-project.com/"
|
||||
DOWNLOAD="http://download.mono-project.com/sources/mono/mono-3.10.0.tar.bz2"
|
||||
MD5SUM="8c79f38bcab3ad0cf65728ca4c76b3c6"
|
||||
DOWNLOAD="http://download.mono-project.com/sources/mono/mono-3.12.1.tar.bz2"
|
||||
MD5SUM="ccab015f0c54ffeccd2924b44885809c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Sebastián Salazar Molina"
|
||||
EMAIL="sebastian@sebastian.cl"
|
||||
MAINTAINER="Andre Barboza"
|
||||
EMAIL="bmg.andre@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue