68 lines
2.7 KiB
XML
68 lines
2.7 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>librsync</Name>
|
|
<Homepage>http://librsync.sourceforge.net/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>LGPLv2.1</License>
|
|
<IsA>library</IsA>
|
|
<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="d575eb5cae7a815798220c3afeff5649d3e8b4ab" type="targz">mirrors://sourceforge/librsync/librsync-0.9.7.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>popt-devel</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<Patch>librsync-0.9.7-largefiles.patch</Patch>
|
|
<Patch level="1">librsync-link.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
<Package>
|
|
<Name>librsync</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>popt</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
<Path fileType="doc">/usr/share/doc/librsync</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>librsync-devel</Name>
|
|
<Summary>Development files for librsync</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">librsync</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="library">/usr/lib/librsync.so</Path>
|
|
<Path fileType="man">/usr/share/man/man3</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2016-06-09</Date>
|
|
<Version>0.9.7</Version>
|
|
<Comment>Release Bump</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2014-02-01</Date>
|
|
<Version>0.9.7</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Stefan Gronewold(groni)</Name>
|
|
<Email>groni@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|