new package and sync

This commit is contained in:
erkanisik1
2021-11-18 17:31:43 +03:00
parent a2841a25e6
commit c855a91cb2
7 changed files with 310077 additions and 308480 deletions
+310007 -308478
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
f00e473bd91dc09c39bea7a324d0b9956427fd04
750cb8f6bfaf2b7d4434f1c5363d2b19a2ea97ed
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
dda6cf80cdabc89239327ac28a1d5e7f8c8fdb87
85327ee89f104a3c151447277cde56f6d0d4832e
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure('--prefix=/usr')
def build():
autotools.make()
def install():
autotools.rawInstall("PREFIX=/%s DESTDIR=%s" % (get.defaultprefixDIR(), get.installDIR()))
+41
View File
@@ -0,0 +1,41 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>zsync</Name>
<Homepage>http://zsync.moria.org.uk/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<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>
</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>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-11-18</Date>
<Version>0.6.2</Version>
<Comment>First release.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>tmux</Name>
<Summary xml:lang="tr">rsync sunucularına bağlanabilen bir dosya aktarım programı</Summary>
<Description xml:lang="tr">rsync sunucularına bağlanabilen bir dosya aktarım programı</Description>
</Source>
</PISI>