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

libxml2.py « packages - github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c291ea576c8331e23d4428fdde6df113a22de20 (plain)
1
2
3
4
5
6
Package ('libxml2', '2.7.7',
	configure_flags = [ '--with-python=no' ],
	sources = [
		'ftp://xmlsoft.org/%{name}/%{name}-%{version}.tar.gz'			
	]
)