Xamarin Public Jenkins (auto-signing) c1b35613f4 Imported Upstream version 6.10.0.79
Former-commit-id: e3f28654e3f3f79beec5745e828e2fc3c08ae497
2020-02-20 08:44:57 +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='a915b2c6726b99b58dd5c2ff79c6e825660f4416',
override_properties={
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
}
)
GtkSharp212ReleasePackage()