Author: benm
Date: 2005-04-19 12:43:17 -0400 (Tue, 19 Apr 2005)
New Revision: 43268
Modified:
trunk/release/website/get_rpm_install
Log:
yum instructions
Modified: trunk/release/website/get_rpm_install
===================================================================
--- trunk/release/website/get_rpm_install 2005-04-19 16:02:40 UTC (rev
43267)
+++ trunk/release/website/get_rpm_install 2005-04-19 16:43:17 UTC (rev
43268)
@@ -22,4 +22,32 @@
rug in mono-core gtk-sharp
</xmp>
EOF
-
\ No newline at end of file
+
+case $DISTRO in
+ fedora-*)
+ cat <<EOF
+<p>
+Another way to install updates on your operating system is to use "yum".
Putting the
+<a href="mono.repo">mono.repo</a> file in <tt>/etc/yum.repos.d</tt> will allow
you to
+install mono and related packages.
+</p>
+EOF
+
+ cat > $DISTRO/mono.repo <<EOF
+[mono-1.1]
+name=Mono 1.1 for fedora-$releasever-$basearch
+baseurl=http://go-mono.com/download/mono-1.1/fedora-$releasever-$basearch/
+enabled=1
+
+[gtk-sharp-1.0]
+name=Gtk# 1.0 for fedora-$releasever-$basearch
+baseurl=http://go-mono.com/download/gtk-sharp/fedora-$releasever-$basearch/
+enabled=1
+
+[gtk-sharp-2.0]
+name=Gtk# 2.0 for fedora-$releasever-$basearch
+baseurl=http://go-mono.com/download/gtk-sharp-2.0/fedora-$releasever-$basearch/
+enabled=1
+EOF
+ ;;
+esac
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches