void-packages/srcpkgs/gtk-sharp/template

20 lines
611 B
Plaintext

# Template file for 'gtk-sharp'
pkgname=gtk-sharp
version=2.99.2
revision=1
create_srcdir=yes
distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz"
checksum="a2f143cfa9a33f7249770b13086e9cfb9c122d8a8b91a231f9343dd91bdb3a0b"
build_style=gnu-configure
hostmakedepends="pkg-config autoconf automake"
makedepends="mono gtk+3-devel libglade-devel libtool which"
depends="mono gtk+"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://www.mono-project.com/GtkSharp"
license="LGPL"
short_desc="Graphical User Interface Toolkit for mono and .Net (Gtk#)"
pre_configure() {
./autogen.sh
}