librsync ver. bump

This commit is contained in:
Rmys
2020-12-24 21:21:16 +03:00
committed by GitHub
parent 39ba54a7ab
commit 4a53b3c6de
2 changed files with 15 additions and 8 deletions
+7 -7
View File
@@ -10,21 +10,21 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
#shelltools.makedirs("build")
#shelltools.cd("build")
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib")
-DCMAKE_INSTALL_LIBDIR=lib", sourceDir="..")
def build():
#shelltools.cd("build")
shelltools.cd("build")
cmaketools.make()
def install():
#shelltools.cd("build")
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
#shelltools.cd("..")
shelltools.cd("..")
pisitools.dodoc("README*", "TODO*", "NEWS*", "COPYING")
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy</Summary>
<Description>librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy. This algorithm transfers the differences between 2 files without needing both files on the same system.</Description>
<Archive sha1sum="879f1d5266213c361e29f9fabf7b5eed5aebb4da" type="targz">https://github.com/librsync/librsync/archive/v2.2.1.tar.gz</Archive>
<Archive sha1sum="5127c8fa462b741f4943ece679bf83615cc47c17" type="targz">https://github.com/librsync/librsync/archive/v2.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>popt-devel</Dependency>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-12-24</Date>
<Version>2.3.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2020-02-09</Date>
<Version>2.2.1</Version>