24 lines
657 B
Plaintext
24 lines
657 B
Plaintext
# Template file for 'gtk-sharp'
|
|
pkgname=gtk-sharp
|
|
version=2.12.22
|
|
revision=1
|
|
distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz"
|
|
checksum="d50f153c9b1a179efb989ba46abd3083a8eae1b514dd04129f8cc9339f723926"
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config autoconf automake"
|
|
makedepends="mono gtk+-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() {
|
|
./bootstrap-2.12
|
|
}
|
|
|
|
gtk-sharp_package() {
|
|
depends="mono gtk+"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
} |