gtk-sharp: update template
This commit is contained in:
parent
403a1708dc
commit
99bf814d44
|
@ -2,20 +2,27 @@
|
|||
pkgname=gtk-sharp
|
||||
version=2.12.21
|
||||
revision=1
|
||||
distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz"
|
||||
checksum="bc356962294d538614fef08281b752fa85a0892607ff6d817583f712b8d8e1fa"
|
||||
|
||||
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>"
|
||||
homepage="http://gtk-sharp.sourceforge.net"
|
||||
homepage="http://www.mono-project.com/GtkSharp"
|
||||
license="LGPL"
|
||||
distfiles="http://download.mono-project.com/sources/gtk-sharp212/${pkgname}-${version}.tar.gz"
|
||||
checksum="ea02da7000433115dcc008102e0c217479c06d74b2c3af5b76527784f933b088"
|
||||
short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net"
|
||||
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"
|
||||
|
||||
pre_configure() {
|
||||
./bootstrap-2.12
|
||||
}
|
||||
|
||||
gtk-sharp_package() {
|
||||
noarch="yes"
|
||||
depends="mono gtk+"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
|
|
Loading…
Reference in New Issue