Files
linux-packaging-mono/external/bockbuild/packages/gtk-sharp.py
Xamarin Public Jenkins (auto-signing) 85bcceff8c Imported Upstream version 6.6.0.140
Former-commit-id: df9b1a83b9d14c916587f989bda9cb52f83aa23d
2019-10-24 09:00:20 +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='dedce8ddbe37ae467f18ff785255e04fd9ccd782',
override_properties={
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
}
)
GtkSharp212ReleasePackage()