Xamarin Public Jenkins (auto-signing) 94da8f9655 Imported Upstream version 6.4.0.173
Former-commit-id: 1fca76369cd4eee853c2b08d929399851f84c879
2019-08-21 08:39:26 +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='6a98cdb3414a760d44eee5bd4b17224a6762d7ad',
override_properties={
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
}
)
self.make = 'make CSC=mcs'
GtkSharp212ReleasePackage()