void-packages/srcpkgs/gtk-sharp/template

24 lines
657 B
Text
Raw Normal View History

2013-06-21 22:18:06 +00:00
# Template file for 'gtk-sharp'
pkgname=gtk-sharp
2013-08-24 23:43:43 +00:00
version=2.12.22
revision=1
2013-07-05 21:40:50 +00:00
distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz"
2013-08-24 23:43:43 +00:00
checksum="d50f153c9b1a179efb989ba46abd3083a8eae1b514dd04129f8cc9339f723926"
2013-06-21 22:18:06 +00:00
build_style=gnu-configure
2013-07-05 21:40:50 +00:00
hostmakedepends="pkg-config autoconf automake"
2013-07-28 00:27:59 +00:00
makedepends="mono gtk+-devel libglade-devel libtool which"
2013-06-21 22:18:06 +00:00
maintainer="Steven R <strob AT styez DOT com>"
2013-07-05 21:40:50 +00:00
homepage="http://www.mono-project.com/GtkSharp"
2013-06-21 22:18:06 +00:00
license="LGPL"
2013-07-05 21:40:50 +00:00
short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net"
pre_configure() {
./bootstrap-2.12
}
2013-06-21 22:18:06 +00:00
gtk-sharp_package() {
depends="mono gtk+"
pkg_install() {
vmove all
}
2013-08-24 23:43:43 +00:00
}