32bf5370df
Former-commit-id: d34ce6dfb47672b4cf4fc222bc3aa6e5f228d6a4
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='372b03b5cf68af8088e1fec00c201ea057578021',
|
|
override_properties={
|
|
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
|
|
}
|
|
)
|
|
self.make = 'make CSC=mcs'
|
|
|
|
GtkSharp212ReleasePackage()
|