9380faa88f
Former-commit-id: 7459536ecf4cbda7c10bad7057f53c30998269d3
14 lines
544 B
Python
14 lines
544 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='33fabaf9333f6cf26af1682cc67b4cfa99a0fc41',
|
|
override_properties={
|
|
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
|
|
}
|
|
)
|
|
|
|
GtkSharp212ReleasePackage()
|