6bdd276d05
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
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='f092864bce996c4ac51a13281069067d1e7e6d4b',
|
|
override_properties={
|
|
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
|
|
}
|
|
)
|
|
self.make = 'make CSC=mcs'
|
|
|
|
GtkSharp212ReleasePackage()
|