This commit is contained in:
4fury-c3440d8
2022-11-10 09:32:57 +03:00
parent 862054bd26
commit d82aa47dbf
2 changed files with 14 additions and 4 deletions
+5 -2
View File
@@ -9,12 +9,13 @@ from pisi.actionsapi import shelltools, cmaketools, pisitools, get
j = ''.join([
' -DCMAKE_BUILD_TYPE=Release',
' -DDHT_BOOTSTRAP=OFF',
' -DENABLE_STATIC=OFF '
' -DENABLE_STATIC=OFF',
' -B_build -L '
])
def setup():
pisitools.dosed("CMakeLists.txt", "RPATH", deleteLine = True)
cmaketools.configure("-B_build %s -L" % j)
cmaketools.configure(j)
def build():
shelltools.cd("_build")
@@ -22,5 +23,7 @@ def build():
def install():
pisitools.insinto("/etc", "other/bootstrap_daemon/tox-bootstrapd.conf")
shelltools.chmod("%s/etc/tox-bootstrapd.conf" % get.installDIR(), mode = 0644)
shelltools.cd("_build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>network.chat</PartOf>
<Summary>This is an experimental cryptographic network library.</Summary>
<Description>Tox is a peer to peer (serverless) instant messenger aimed at making security and privacy easy to obtain for regular users. It uses NaCl for its encryption and authentication.</Description>
<Archive sha1sum="eb38b4a37a1a31b2d0d862799522ba5b0a1aa2fc" type="targz">
https://github.com/TokTok/c-toxcore/archive/refs/tags/v0.2.17.tar.gz
<Archive sha1sum="e3b4c386424bd9eccea314720651bb0b4ff3e09d" type="targz">
https://github.com/TokTok/c-toxcore/releases/download/v0.2.18/c-toxcore-0.2.18.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -65,6 +65,13 @@
</Package>
<History>
<Update release="2">
<Date>2022-11-10</Date>
<Version>0.2.18</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-04-25</Date>
<Version>0.2.17</Version>