Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gtk-quartz-engine.py « packages - github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9bebb88dd4d8935dd131ebad02a4a060ae55f207 (plain)
1
2
3
4
5
6
7
8
9
10
11
Package ('gtk-quartz-engine', 'master',
	sources = [ 'git://github.com/jralls/gtk-quartz-engine.git' ],
	override_properties = { 'configure':
		'libtoolize --force --copy && '
		'aclocal && '
		'autoheader && '
		'automake --add-missing && '
		'autoconf && '
		'./configure --prefix=%{prefix}'
	}
)