Add modules for ICU

svn: r21271
This commit is contained in:
John Ralls 2013-02-01 20:25:35 +00:00
parent 2ceeb7143b
commit ee7e69a616

View File

@ -33,7 +33,8 @@
href="http://exiv2.org/"/>
<repository type="tarball" name="pythonware"
href="http://effbot.org/downloads/"/>
<repository type='tarball' name='icu'
href='http://download.icu-project.org/files/'/>
<!--
Special instructions:
Gramps uses BerkeleyDB (BDB) via Python. BDB is normally included in Linux systems, but Apple prefers other mechanisms for data storage, so it isn't included on Macs.
@ -74,6 +75,7 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<dep package="osmgpsmap"/>
<dep package="graphviz"/>
<dep package="pil"/>
<dep package='pyicu'/>
</dependencies>
<after>
<dep package="pyexiv2"/>
@ -194,4 +196,18 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<branch module="sloonz/pil-py3k.git" repo="github"/>
</distutils>
<autotools id='icu' autogen-sh='source/configure'
makeargs='CFLAGS="$CFLAGS -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0"'>
<branch repo='icu' version='50.1.2' checkoutdir='icu'
module='icu4c/50.1.2/icu4c-50_1_2-src.tgz'/>
</autotools>
<distutils id='pyicu'>
<branch version='1.5' repo='pymodules'
module='P/PyICU/PyICU-1.5.tar.gz'/>
<dependencies>
<dep package='icu'/>
</dependencies>
</distutils>
</moduleset>