6bdd276d05
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
14 lines
541 B
Python
14 lines
541 B
Python
class GtkQuartzEnginePackage (Package):
|
|
|
|
def __init__(self):
|
|
Package.__init__(self, 'gtk-quartz-engine',
|
|
sources=[
|
|
'git://github.com/mono/gtk-quartz-engine.git'],
|
|
override_properties={
|
|
'configure': './autogen.sh --prefix=%{package_prefix}',
|
|
'needs_lipo': True
|
|
},
|
|
revision='9555a08f0c9c98d02153c9d77b54a2dd83ce5d6f')
|
|
|
|
GtkQuartzEnginePackage()
|