pugyxml v1.15

This commit is contained in:
uglyside
2025-06-21 15:36:07 +03:00
parent f603a6b32b
commit c0152d4f43
2 changed files with 30 additions and 26 deletions
+8 -13
View File
@@ -1,24 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
from pisi.actionsapi import cmaketools, pisitools, get
#WorkDir = "pugixml-1.8/scripts"
def setup():
def setup():
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=ON")
-DBUILD_SHARED_LIBS=ON")
def build():
def build():
cmaketools.make()
def install():
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "README")
pisitools.dodoc("LICENSE.md")
+22 -13
View File
@@ -1,22 +1,22 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pugixml</Name>
<Homepage>http://pugixml.org</Homepage>
<Homepage>https://pugixml.org/</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<Summary>Light-weight, simple and fast XML parser for C++ with XPath support</Summary>
<Description>Light-weight, simple and fast XML parser for C++ with XPath support</Description>
<Archive sha1sum="906f1038f0687ce6466687eaa9b457af3c7e3382" type="targz">https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
<Archive sha1sum="c82dd9589ff56c978ecdb5c8ce55989697b08618" type="targz">https://github.com/zeux/pugixml/archive/v1.11.4.tar.gz</Archive>
</Source>
<Package>
<Name>pugixml</Name>
<RuntimeDependencies>
@@ -24,22 +24,31 @@
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>pugixml-devel</Name>
<Summary>Development header for pugixml</Summary>
<RuntimeDependencies>
<Name>pugixml-devel</Name>
<Summary>Development header for pugixml</Summary>
<RuntimeDependencies>
<Dependency release="current">pugixml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2025-06-21</Date>
<Version>1.15</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2021-03-10</Date>
<Version>1.11.4</Version>