blob: 1fc9941f2b474e6f68f9137d03760eee1b32fff2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "GTK bindings for mono"
SECTION = "devel/mono"
DEPENDS = "mono mono-native gtk+ atk pango cairo glib-2.0 libglade "
RDEPENDS = "mono"
inherit autotools
# For some reason the URL template changes from version to version,
# therefore use some variables for the directory and extension
SRC_URI = "http://go-mono.com/sources/gtk-sharp${SDIRVER}/gtk-sharp-${PV}.tar.${SEXT}"
|