Xamarin Public Jenkins (auto-signing) 32bf5370df Imported Upstream version 5.10.0.101
Former-commit-id: d34ce6dfb47672b4cf4fc222bc3aa6e5f228d6a4
2018-02-09 19:10:36 +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='372b03b5cf68af8088e1fec00c201ea057578021',
override_properties={
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
}
)
self.make = 'make CSC=mcs'
GtkSharp212ReleasePackage()