@@ -8,7 +8,7 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import cmaketools
|
from pisi.actionsapi import cmaketools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure()
|
cmaketools.configure("-DYAML_BUILD_SHARED_LIBS=ON")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
cmaketools.make()
|
||||||
@@ -17,16 +17,16 @@ def install():
|
|||||||
cmaketools.install()
|
cmaketools.install()
|
||||||
|
|
||||||
# srt-devel
|
# srt-devel
|
||||||
pisitools.removeDir("/usr/lib/cmake/GTest")
|
# pisitools.removeDir("/usr/lib/cmake/GTest")
|
||||||
pisitools.removeDir("/usr/include/gmock")
|
# pisitools.removeDir("/usr/include/gmock")
|
||||||
pisitools.removeDir("/usr/include/gtest")
|
# pisitools.removeDir("/usr/include/gtest")
|
||||||
|
|
||||||
pisitools.remove("/usr/lib/pkgconfig/gtest_main.pc")
|
# pisitools.remove("/usr/lib/pkgconfig/gtest_main.pc")
|
||||||
pisitools.remove("/usr/lib/libgmock.a")
|
# pisitools.remove("/usr/lib/libgmock.a")
|
||||||
pisitools.remove("/usr/lib/libgtest.a")
|
# pisitools.remove("/usr/lib/libgtest.a")
|
||||||
pisitools.remove("/usr/lib/pkgconfig/gtest.pc")
|
# pisitools.remove("/usr/lib/pkgconfig/gtest.pc")
|
||||||
pisitools.remove("/usr/lib/pkgconfig/gmock.pc")
|
# pisitools.remove("/usr/lib/pkgconfig/gmock.pc")
|
||||||
pisitools.remove("/usr/lib/pkgconfig/gmock_main.pc")
|
# pisitools.remove("/usr/lib/pkgconfig/gmock_main.pc")
|
||||||
pisitools.remove("/usr/lib/libgtest_main.a")
|
# pisitools.remove("/usr/lib/libgtest_main.a")
|
||||||
pisitools.remove("/usr/lib/libgmock_main.a")
|
# pisitools.remove("/usr/lib/libgmock_main.a")
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>Libry</IsA>
|
<IsA>Libry</IsA>
|
||||||
<Summary>yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.</Summary>
|
<Summary>yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.</Summary>
|
||||||
<Description>To get a feel for how it can be used, see the Tutorial or How to Emit YAML.</Description>
|
<Description>To get a feel for how it can be used, see the Tutorial or How to Emit YAML.</Description>
|
||||||
<Archive sha1sum="8a4126f1e21d374dac8dfc8524ffea101a160f2f" type="targz">https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.7.0.tar.gz</Archive>
|
<Archive sha1sum="3d2184792ce0749ca8efaa7c4b01f6333125b411" type="targz">https://github.com/jbeder/yaml-cpp/archive/refs/tags/0.8.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
<Dependency>python-devel</Dependency>
|
<Dependency>python-devel</Dependency>
|
||||||
@@ -34,6 +34,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2023-08-11</Date>
|
||||||
|
<Version>0.8.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2023-05-01</Date>
|
<Date>2023-05-01</Date>
|
||||||
<Version>0.7.0</Version>
|
<Version>0.7.0</Version>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>service</IsA>
|
<IsA>service</IsA>
|
||||||
<Summary>Port of OpenBSD's free SSH release</Summary>
|
<Summary>Port of OpenBSD's free SSH release</Summary>
|
||||||
<Description>OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks.</Description>
|
<Description>OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks.</Description>
|
||||||
<Archive sha1sum="219cf700c317f400bb20b001c0406056f7188ea4" type="targz">https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.3p2.tar.gz</Archive>
|
<Archive sha1sum="5dea1f3c88f9cfe53a711a3c893ee8b7d3ffecff" type="targz">https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.4p1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>libedit-devel</Dependency>
|
<Dependency>libedit-devel</Dependency>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
@@ -58,6 +58,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="11">
|
||||||
|
<Date>2023-08-11</Date>
|
||||||
|
<Version>9.4_p1</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="10">
|
<Update release="10">
|
||||||
<Date>2023-07-22</Date>
|
<Date>2023-07-22</Date>
|
||||||
<Version>9.3_p2</Version>
|
<Version>9.3_p2</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user