c1b35613f4
Former-commit-id: e3f28654e3f3f79beec5745e828e2fc3c08ae497
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='a915b2c6726b99b58dd5c2ff79c6e825660f4416',
|
|
override_properties={
|
|
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
|
|
}
|
|
)
|
|
|
|
GtkSharp212ReleasePackage()
|