New package: gtk-sharp-2.12.21
This commit is contained in:
parent
73631e113f
commit
722449c7c9
1 changed files with 24 additions and 0 deletions
24
srcpkgs/gtk-sharp/template
Normal file
24
srcpkgs/gtk-sharp/template
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue