@@ -1,20 +0,0 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DBUILD_SHARED_LIBS=ON")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("*.md")
|
||||
@@ -1,61 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pugixml</Name>
|
||||
<Homepage>https://github.com/zeux/pugixml</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>A light-weight C++ XML processing library</Summary>
|
||||
<Description>A light-weight C++ XML processing library</Description>
|
||||
<Archive sha1sum="c82dd9589ff56c978ecdb5c8ce55989697b08618" type="targz">https://github.com/zeux/pugixml/archive/v1.11.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>pugixml.patch</Patch>
|
||||
<Patch level="1">pugixml.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>pugixml</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>pugixml-devel</Name>
|
||||
<Summary>Development files 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="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-03-11</Date>
|
||||
<Version>1.11.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pugixml</Name>
|
||||
<Summary xml:lang="tr">A light-weight C++ XML processing library</Summary>
|
||||
<Description xml:lang="tr">A light-weight C++ XML processing library</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+9
-56
@@ -191233,7 +191233,7 @@ functionality to build high-performing, platform-independent programs.</Descript
|
||||
<PartOf>util.misc</PartOf>
|
||||
<Summary xml:lang="en">Light-weight, simple and fast XML parser for C++ with XPath support</Summary>
|
||||
<Description xml:lang="en">Light-weight, simple and fast XML parser for C++ with XPath support</Description>
|
||||
<Archive type="targz" sha1sum="e6251476efe9790b9182ccf5b966af10b160dd85" name="pugixml-1.10.tar.gz">https://github.com/zeux/pugixml/releases/download/v1.10/pugixml-1.10.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="c82dd9589ff56c978ecdb5c8ce55989697b08618" name="v1.11.4.tar.gz">https://github.com/zeux/pugixml/archive/v1.11.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -191252,7 +191252,7 @@ functionality to build high-performing, platform-independent programs.</Descript
|
||||
<Name>pugixml-devel</Name>
|
||||
<Summary xml:lang="en">Development header for pugixml</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="4">pugixml</Dependency>
|
||||
<Dependency release="5">pugixml</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -191260,6 +191260,13 @@ functionality to build high-performing, platform-independent programs.</Descript
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2021-03-10</Date>
|
||||
<Version>1.11.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-03-05</Date>
|
||||
<Version>1.10</Version>
|
||||
@@ -201728,60 +201735,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>pugixml</Name>
|
||||
<Homepage>https://github.com/zeux/pugixml</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>app</IsA>
|
||||
<PartOf>multimedia.misc</PartOf>
|
||||
<Summary xml:lang="en">A light-weight C++ XML processing library</Summary>
|
||||
<Summary xml:lang="tr">A light-weight C++ XML processing library</Summary>
|
||||
<Description xml:lang="en">A light-weight C++ XML processing library</Description>
|
||||
<Description xml:lang="tr">A light-weight C++ XML processing library</Description>
|
||||
<Archive type="targz" sha1sum="c82dd9589ff56c978ecdb5c8ce55989697b08618" name="v1.11.4.tar.gz">https://github.com/zeux/pugixml/archive/v1.11.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>multimedia/misc/pugixml/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>pugixml</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>pugixml-devel</Name>
|
||||
<Summary xml:lang="en">Development files for pugixml</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">pugixml</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-03-11</Date>
|
||||
<Version>1.11.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>sdl-ttf</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
c45a92efc6fa1873e88c61590ae6514ec0964c8f
|
||||
c41d29c3e806f45c06648198d5ea4f19aa00b61e
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
18ac1f797c30f96c10ccd31e2b65c88ceb9060f4
|
||||
5a126454aaf0b857c9c2b60203848e37a3131a1e
|
||||
@@ -14,7 +14,7 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="e6251476efe9790b9182ccf5b966af10b160dd85" type="targz">https://github.com/zeux/pugixml/releases/download/v1.10/pugixml-1.10.tar.gz</Archive>
|
||||
<Archive sha1sum="c82dd9589ff56c978ecdb5c8ce55989697b08618" type="targz">https://github.com/zeux/pugixml/archive/v1.11.4.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2021-03-10</Date>
|
||||
<Version>1.11.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-03-05</Date>
|
||||
<Version>1.10</Version>
|
||||
|
||||
Reference in New Issue
Block a user