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

libpng.py « packages - github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae972499861459d60728898d6a0d156acefa9681 (plain)
1
2
3
4
5
6
7
8
9
10
11
package = {
	'name':    'libpng',
	'version': '1.2.40',
	'sources': [
		'http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz'
	],
	'build': [
		'%{__configure} --enable-shared',
		'%{__make}'
	]
}