Transfer the Mac SDK bockbuild profiles & resources inside the Mono repository.
[mono.git] / bockbuild / mac-sdk / intltool.py
1 class IntltoolPackage (Package):
2
3     def __init__(self):
4         Package.__init__(self, 'intltool', '0.50.2',
5                          sources=[
6                              'https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz'
7                          ]
8                          )
9
10 IntltoolPackage()