# COMPILE REQUIREMENT: mono
# COMPILE REQUIREMENT: gtk-sharp2
# COMPILE REQUIREMENT: atk
# COMPILE REQUIREMENT: glib2
# COMPILE REQUIREMENT: gtk+2
# Believe it or not, gtksoureview comes to us in "gedit" !?
# COMPILE REQUIREMENT: gedit
# DESC: gtksourceview-sharp2: gtksourceview-sharp2 (C# Bindings for GTKSourceView)
# DESC: gtksourceview-sharp2:
# DESC: gtksourceview-sharp2: GTKSourceView# provides C# wrapper for GtkSourceView.
# DESC: gtksourceview-sharp2: GtkSourceView is a text widget that extends the
# DESC: gtksourceview-sharp2: standard GTK+ text widget GtkTextView. It improves
# DESC: gtksourceview-sharp2: GtkTextView by implementing syntax highlighting and
# DESC: gtksourceview-sharp2: other features typical of a source editor.
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make && \
${installmonitor} make install || exit 1
# DEPENDED ON BY: monodevelop
|