void-packages/srcpkgs/gtk-sharp/template

25 lines
643 B
Plaintext
Raw Normal View History

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