void-packages/srcpkgs/gtk-sharp/template

22 lines
651 B
Plaintext
Raw Normal View History

2013-06-21 22:18:06 +00:00
# Template file for 'gtk-sharp'
pkgname=gtk-sharp
2013-12-17 17:47:26 +00:00
version=2.99.2
revision=3
2013-07-05 21:40:50 +00:00
distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz"
2013-12-17 17:47:26 +00:00
checksum="a2f143cfa9a33f7249770b13086e9cfb9c122d8a8b91a231f9343dd91bdb3a0b"
2014-02-22 22:38:20 +00:00
build_style="gnu-configure"
configure_args="--disable-static"
2014-02-22 22:38:20 +00:00
hostmakedepends="pkg-config autoconf automake which libtool"
makedepends="mono gtk+3-devel libglade-devel"
maintainer="Steven R <dev@styez.com>"
2013-07-05 21:40:50 +00:00
homepage="http://www.mono-project.com/GtkSharp"
2013-06-21 22:18:06 +00:00
license="LGPL"
short_desc="Graphical User Interface Toolkit for mono and .Net (Gtk#)"
2013-12-17 17:47:26 +00:00
2014-02-22 22:38:20 +00:00
only_for_archs="i686 x86_64"
lib32disabled=yes
2014-02-22 22:38:20 +00:00
2013-07-05 21:40:50 +00:00
pre_configure() {
2014-04-18 14:58:45 +00:00
./autogen.sh
2013-07-05 21:40:50 +00:00
}