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

libproxy-0.4.py « packages - github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1c5841a613efb2ebc46446e9f58762c1d8731e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Package ('libproxy', '0.4.4',
	sources = [
		'http://libproxy.googlecode.com/files/%{name}-%{version}.tar.gz'
	],
	override_properties = {
		'configure': './autogen.sh ; cmake '
			'[-DCMAKE_INSTALL_PREFIX=%{prefix}] '
			'[-Dlibdir=%{prefix}/lib] '
			'[-Ddatadir=%{prefix}/share] '
			'[-Dmoduledir=%{prefix}/lib/libproxy/modules] '
			'[-DPERL_VENDORINSTALL] '
			'.'
	}
)