zsync-0.6.3

This commit is contained in:
uglyside
2025-06-17 07:39:17 +03:00
parent afe6ccc2b9
commit 6b3250206a
2 changed files with 12 additions and 12 deletions
+2 -3
View File
@@ -2,10 +2,9 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
@@ -15,5 +14,5 @@ def build():
autotools.make()
def install():
autotools.rawInstall("PREFIX=/%s DESTDIR=%s" % (get.defaultprefixDIR(), get.installDIR()))
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+10 -9
View File
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>zsync</Name>
<Homepage>http://zsync.moria.org.uk/</Homepage>
<Homepage>https://zsync.moria.org.uk/index</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -12,24 +12,25 @@
<IsA>app:console</IsA>
<Summary>A file transfer program that's able to connect to rsync servers</Summary>
<Description>A file transfer program that's able to connect to rsync servers</Description>
<Archive sha1sum="5e69f084c8adaad6a677b68f7388ae0f9507617a" type="tarbz2">http://zsync.moria.org.uk/download/zsync-0.6.2.tar.bz2</Archive>
<BuildDependencies>
</BuildDependencies>
<Archive sha1sum="4184ccc43a461e494a16f79cfecb07d89651e342" type="tarbz2">https://zsync.moria.org.uk/download/zsync-0.6.3.tar.bz2</Archive>
</Source>
<Package>
<Name>zsync</Name>
<RuntimeDependencies>
<Dependency>glibc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2025-06-16</Date>
<Version>0.6.3</Version>
<Comment>Version bump.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2021-11-18</Date>
<Version>0.6.2</Version>