# COMPILE REQUIREMENT: mono
# COMPILE REQUIREMENT: libgtkhtml3
# DESC: gtk-sharp: gtk-sharp (C# Bindings for GTK)
# DESC: gtk-sharp:
# DESC: gtk-sharp: Gtk# is a .Net language binding for the gtk+ toolkit and assorted
# DESC: gtk-sharp: GNOME libraries. Gtk# is free software, licensed under the GNU LGPL.
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make && \
${installmonitor} make install || exit 1
|