New package: gtk-sharp-2.12.21

This commit is contained in:
wertyi48 2013-06-21 19:18:06 -03:00
parent 73631e113f
commit 722449c7c9

View file

@ -0,0 +1,24 @@
# Template file for 'gtk-sharp'
pkgname=gtk-sharp
version=2.12.21
revision=1
build_style=gnu-configure
short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://gtk-sharp.sourceforge.net"
license="LGPL"
distfiles="http://download.mono-project.com/sources/gtk-sharp212/${pkgname}-${version}.tar.gz"
checksum="ea02da7000433115dcc008102e0c217479c06d74b2c3af5b76527784f933b088"
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"
gtk-sharp_package() {
depends="mono gtk+"
pkg_install() {
vmove all
}
}