You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
13
external/bockbuild/packages/gtk-quartz-engine.py
vendored
Normal file
13
external/bockbuild/packages/gtk-quartz-engine.py
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
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()
|
Reference in New Issue
Block a user