Xamarin Public Jenkins (auto-signing) 966bba02bb Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
2017-06-07 13:16:24 +00:00

15 lines
579 B
Python

class GtkSharp212ReleasePackage (Package):
def __init__(self):
Package.__init__(self, 'gtk-sharp',
sources=['git://github.com/mono/gtk-sharp.git'],
git_branch='gtk-sharp-2-12-branch',
revision='e0ce4b3210ad6a910453b25e7b49b3f249fdce9c',
override_properties={
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
}
)
self.make = 'make CSC=mcs'
GtkSharp212ReleasePackage()