gtk-sharp: update template

This commit is contained in:
wertyi48 2013-07-05 18:40:50 -03:00
parent 403a1708dc
commit 99bf814d44
1 changed files with 12 additions and 5 deletions

View File

@ -2,20 +2,27 @@
pkgname=gtk-sharp pkgname=gtk-sharp
version=2.12.21 version=2.12.21
revision=1 revision=1
distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz"
checksum="bc356962294d538614fef08281b752fa85a0892607ff6d817583f712b8d8e1fa"
build_style=gnu-configure build_style=gnu-configure
short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net" hostmakedepends="pkg-config autoconf automake"
makedepends="mono gtk+-devel libtool which"
maintainer="Steven R <strob AT styez DOT com>" maintainer="Steven R <strob AT styez DOT com>"
homepage="http://gtk-sharp.sourceforge.net" homepage="http://www.mono-project.com/GtkSharp"
license="LGPL" license="LGPL"
distfiles="http://download.mono-project.com/sources/gtk-sharp212/${pkgname}-${version}.tar.gz" short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net"
checksum="ea02da7000433115dcc008102e0c217479c06d74b2c3af5b76527784f933b088"
long_desc=" long_desc="
Gtk# is a Graphical User Interface Toolkit for mono and .Net. Gtk# is a Graphical User Interface Toolkit for mono and .Net.
The project binds the gtk+ toolkit and assorted GNOME libraries, enabling fully native The project binds the gtk+ toolkit and assorted GNOME libraries, enabling fully native
graphical Gnome application development using the Mono and .Net development frameworks." graphical Gnome application development using the Mono and .Net development frameworks."
makedepends="pkg-config mono gtk+-devel"
pre_configure() {
./bootstrap-2.12
}
gtk-sharp_package() { gtk-sharp_package() {
noarch="yes"
depends="mono gtk+" depends="mono gtk+"
pkg_install() { pkg_install() {
vmove all vmove all