24 lines
825 B
Plaintext
24 lines
825 B
Plaintext
|
# 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
|
||
|
}
|
||
|
}
|