@@ -32,7 +32,8 @@ def setup():
|
|||||||
options += " --bindir=/emul32/bin \
|
options += " --bindir=/emul32/bin \
|
||||||
--libdir=/usr/lib32 \
|
--libdir=/usr/lib32 \
|
||||||
--without-python"
|
--without-python"
|
||||||
else: options += " --with-python=/usr/bin/python \
|
else: options += " --with-python \
|
||||||
|
pythondir=/usr/bin/python2.7 \
|
||||||
--libdir=/usr/lib"
|
--libdir=/usr/lib"
|
||||||
|
|
||||||
autotools.configure(options)
|
autotools.configure(options)
|
||||||
@@ -40,6 +41,7 @@ def setup():
|
|||||||
|
|
||||||
shelltools.cd("../build-py3")
|
shelltools.cd("../build-py3")
|
||||||
shelltools.sym("../configure", "configure")
|
shelltools.sym("../configure", "configure")
|
||||||
|
shelltools.export("PYTHON", "/usr/bin/python3")
|
||||||
options = "--with-zlib \
|
options = "--with-zlib \
|
||||||
--with-readline \
|
--with-readline \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
@@ -53,7 +55,8 @@ def setup():
|
|||||||
options += " --bindir=/emul32/bin \
|
options += " --bindir=/emul32/bin \
|
||||||
--libdir=/usr/lib32 \
|
--libdir=/usr/lib32 \
|
||||||
--without-python"
|
--without-python"
|
||||||
else: options += " --with-python=/usr/bin/python3 \
|
else: options += " --with-python \
|
||||||
|
pythondir=/usr/bin/python3 \
|
||||||
--libdir=/usr/lib"
|
--libdir=/usr/lib"
|
||||||
|
|
||||||
autotools.configure(options)
|
autotools.configure(options)
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Version 2 of the library to manipulate XML files</Summary>
|
<Summary>Version 2 of the library to manipulate XML files</Summary>
|
||||||
<Description>Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform).</Description>
|
<Description>Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform).</Description>
|
||||||
<Archive sha1sum="4a46f37be1aaa33daac49b4dfb51eebe85d805a8" type="tarxz">https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.14.tar.xz</Archive>
|
<Archive sha1sum="dd841f463ba99523fe811e3ca03db5784d8ed937" type="tarxz">https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.3.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python-devel</Dependency>
|
<Dependency>python-devel</Dependency>
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
@@ -91,6 +91,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="16">
|
||||||
|
<Date>2022-11-01</Date>
|
||||||
|
<Version>2.10.3</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="15">
|
<Update release="15">
|
||||||
<Date>2022-05-05</Date>
|
<Date>2022-05-05</Date>
|
||||||
<Version>2.9.14</Version>
|
<Version>2.9.14</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user