Xamarin Public Jenkins (auto-signing) b74751f3e5 Imported Upstream version 6.6.0.99
Former-commit-id: eb75b80fa303a4e4686cde0550bb1327e50c0770
2019-09-26 09:00:42 +00:00

14 lines
544 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}',
}
)
GtkSharp212ReleasePackage()