ef583813eb
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
15 lines
579 B
Python
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='2e6bab50c5873674fa7da3102c36f182aa0baf34',
|
|
override_properties={
|
|
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
|
|
}
|
|
)
|
|
self.make = 'make CSC=mcs'
|
|
|
|
GtkSharp212ReleasePackage()
|