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

webkit.py « packages - github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52111195ef9e39c758594a634b76f41f712847b4 (plain)
1
2
3
4
5
6
7
8
9
10
Package ('webkit', '1.2.5',
	sources = [ 'http://webkitgtk.org/%{name}-%{version}.tar.gz' ],
	configure_flags = [
		'--disable-video',
		'--disable-xpath',
		'--disable-xslt',
		'--disable-wml',
		'--disable-ruby'
	]
)