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