blob: 80053671c83677308cf5586447a27ccf5391c615 (
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_${PN} = "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}"
|