diff --git a/srcpkgs/gtk-sharp/template b/srcpkgs/gtk-sharp/template index 1852c342fe7..d78b05628a6 100644 --- a/srcpkgs/gtk-sharp/template +++ b/srcpkgs/gtk-sharp/template @@ -2,20 +2,27 @@ pkgname=gtk-sharp version=2.12.21 revision=1 +distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz" +checksum="bc356962294d538614fef08281b752fa85a0892607ff6d817583f712b8d8e1fa" + build_style=gnu-configure -short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net" +hostmakedepends="pkg-config autoconf automake" +makedepends="mono gtk+-devel libtool which" maintainer="Steven R " -homepage="http://gtk-sharp.sourceforge.net" +homepage="http://www.mono-project.com/GtkSharp" license="LGPL" -distfiles="http://download.mono-project.com/sources/gtk-sharp212/${pkgname}-${version}.tar.gz" -checksum="ea02da7000433115dcc008102e0c217479c06d74b2c3af5b76527784f933b088" +short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net" long_desc=" Gtk# is a Graphical User Interface Toolkit for mono and .Net. The project binds the gtk+ toolkit and assorted GNOME libraries, enabling fully native graphical Gnome application development using the Mono and .Net development frameworks." -makedepends="pkg-config mono gtk+-devel" + +pre_configure() { + ./bootstrap-2.12 +} gtk-sharp_package() { + noarch="yes" depends="mono gtk+" pkg_install() { vmove all