void-packages/srcpkgs/gtk-sharp/template
2013-10-31 14:18:11 -03:00

24 lines
653 B
Plaintext

# Template file for 'gtk-sharp'
pkgname=gtk-sharp
version=2.99.1
revision=1
distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz"
checksum="652f11ee424e893b3514055b4eb4a6a23fbd53c761dcfd7951962a90ddc9cd54"
build_style=gnu-configure
hostmakedepends="pkg-config autoconf automake"
makedepends="mono gtk+3-devel libglade-devel libtool which"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://www.mono-project.com/GtkSharp"
license="LGPL"
short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net"
pre_configure() {
./autogen.sh
}
gtk-sharp_package() {
depends="mono gtk+"
pkg_install() {
vmove all
}
}