diff options
author | Henryk Ploetz <henryk@openmoko.org> | 2007-10-05 13:28:15 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2007-10-05 13:28:15 +0000 |
commit | 5cc37e756a2e69d63b3efd9e5e121c40815e8df9 (patch) | |
tree | 9660f44287f83ce5061105a9938526c94f55264c /packages/gtk-sharp/gtk-sharp.inc | |
parent | 46402f1cbf6c8caa0b6186552ef1f2b014405faf (diff) |
gtk-sharp 2.10: add package
Diffstat (limited to 'packages/gtk-sharp/gtk-sharp.inc')
-rw-r--r-- | packages/gtk-sharp/gtk-sharp.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gtk-sharp/gtk-sharp.inc b/packages/gtk-sharp/gtk-sharp.inc new file mode 100644 index 0000000000..1fc9941f2b --- /dev/null +++ b/packages/gtk-sharp/gtk-sharp.inc @@ -0,0 +1,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}" |