@@ -16,12 +16,15 @@ def setup():
|
|||||||
options = "--with-data-packaging=library \
|
options = "--with-data-packaging=library \
|
||||||
--disable-samples \
|
--disable-samples \
|
||||||
--disable-silent-rules"
|
--disable-silent-rules"
|
||||||
|
|
||||||
if get.buildTYPE() == "_emul32":
|
if get.buildTYPE() == "_emul32":
|
||||||
|
shelltools.export("CC", "%s -m32" % get.CC())
|
||||||
|
shelltools.export("CXX", "%s -m32" % get.CXX())
|
||||||
|
|
||||||
options += " --libdir=/usr/lib32 \
|
options += " --libdir=/usr/lib32 \
|
||||||
--bindir=/_emul32/bin \
|
--bindir=/_emul32/bin \
|
||||||
--sbindir=/_emul32/sbin"
|
--sbindir=/_emul32/sbin"
|
||||||
shelltools.export("CC", "%s -m32" % get.CC())
|
|
||||||
shelltools.export("CXX", "%s -m32" % get.CXX())
|
|
||||||
autotools.configure(options)
|
autotools.configure(options)
|
||||||
pisitools.dosed("config/mh-linux", "-nodefaultlibs -nostdlib")
|
pisitools.dosed("config/mh-linux", "-nodefaultlibs -nostdlib")
|
||||||
|
|
||||||
@@ -38,7 +41,7 @@ def install():
|
|||||||
pisitools.removeDir("/_emul32")
|
pisitools.removeDir("/_emul32")
|
||||||
for f in shelltools.ls("%s/usr/lib32/pkgconfig" % get.installDIR()):
|
for f in shelltools.ls("%s/usr/lib32/pkgconfig" % get.installDIR()):
|
||||||
pisitools.dosed("%s/usr/lib32/pkgconfig/%s" % (get.installDIR(), f), "_emul32", "usr")
|
pisitools.dosed("%s/usr/lib32/pkgconfig/%s" % (get.installDIR(), f), "_emul32", "usr")
|
||||||
pisitools.dosed("%s/usr/lib32/icu/60.2/Makefile.inc" % get.installDIR(), "_emul32", "usr")
|
pisitools.dosed("%s/usr/lib32/icu/64.2/Makefile.inc" % get.installDIR(), "_emul32", "usr")
|
||||||
pisitools.dosed("%s/usr/bin/icu-config-32" % get.installDIR(), "_emul32", "usr")
|
pisitools.dosed("%s/usr/bin/icu-config-32" % get.installDIR(), "_emul32", "usr")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<Description>ICU is a mature, widely used set of C/C++ and Java libraries for Unicode support, software internationalization and globalization (i18n/g11n). This package contains the C/C++ libraries.</Description>
|
<Description>ICU is a mature, widely used set of C/C++ and Java libraries for Unicode support, software internationalization and globalization (i18n/g11n). This package contains the C/C++ libraries.</Description>
|
||||||
<!-- CAUTION! This package has a great potential to break API/ABI in minor version bumps, check for a file like:
|
<!-- CAUTION! This package has a great potential to break API/ABI in minor version bumps, check for a file like:
|
||||||
http://source.icu-project.org/repos/icu/icu/tags/release-55-1/APIChangeReport.html -->
|
http://source.icu-project.org/repos/icu/icu/tags/release-55-1/APIChangeReport.html -->
|
||||||
<Archive sha1sum="7a099523fcb708b427e94f9b3c372fec3ebd1563" type="targz">http://download.icu-project.org/files/icu4c/60.2/icu4c-60_2-src.tgz</Archive>
|
<Archive sha1sum="3127155ecf2b75ab4835f501b7478e39c07bb852" type="targz">http://download.icu-project.org/files/icu4c/64.2/icu4c-64_2-src.tgz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -72,6 +72,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="9">
|
||||||
|
<Date>2020-01-06</Date>
|
||||||
|
<Version>64.2</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2019-04-06</Date>
|
<Date>2019-04-06</Date>
|
||||||
<Version>60.2</Version>
|
<Version>60.2</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user