2013-06-22 00:18:06 +02:00
|
|
|
# Template file for 'gtk-sharp'
|
|
|
|
pkgname=gtk-sharp
|
2013-12-17 18:47:26 +01:00
|
|
|
version=2.99.2
|
2013-08-25 01:43:43 +02:00
|
|
|
revision=1
|
2014-01-01 16:10:11 +01:00
|
|
|
create_srcdir=yes
|
2013-07-05 23:40:50 +02:00
|
|
|
distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz"
|
2013-12-17 18:47:26 +01:00
|
|
|
checksum="a2f143cfa9a33f7249770b13086e9cfb9c122d8a8b91a231f9343dd91bdb3a0b"
|
2013-06-22 00:18:06 +02:00
|
|
|
build_style=gnu-configure
|
2013-07-05 23:40:50 +02:00
|
|
|
hostmakedepends="pkg-config autoconf automake"
|
2013-10-31 18:18:11 +01:00
|
|
|
makedepends="mono gtk+3-devel libglade-devel libtool which"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="mono gtk+"
|
2013-06-22 00:18:06 +02:00
|
|
|
maintainer="Steven R <strob AT styez DOT com>"
|
2013-07-05 23:40:50 +02:00
|
|
|
homepage="http://www.mono-project.com/GtkSharp"
|
2013-06-22 00:18:06 +02:00
|
|
|
license="LGPL"
|
2014-01-01 16:10:11 +01:00
|
|
|
short_desc="Graphical User Interface Toolkit for mono and .Net (Gtk#)"
|
2013-12-17 18:47:26 +01:00
|
|
|
|
2013-07-05 23:40:50 +02:00
|
|
|
pre_configure() {
|
2013-10-31 18:18:11 +01:00
|
|
|
./autogen.sh
|
2013-07-05 23:40:50 +02:00
|
|
|
}
|