43 lines
1.7 KiB
XML
43 lines
1.7 KiB
XML
|
|
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>diffutils</Name>
|
|
<Homepage>http://www.gnu.org/software/diffutils/diffutils.html</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>GPLv2</License>
|
|
<IsA>app:console</IsA>
|
|
<Summary>Tools to make diffs and compare files</Summary>
|
|
<Description>You can use the diff command to show differences between two files, or each corresponding file in two directories. diff outputs differences between files line by line in any of several formats, selectable by command line options.</Description>
|
|
<Archive sha1sum="6463cce7d3eb73489996baefd0e4425928ecd61e" type="tarxz">http://ftp.gnu.org/gnu/diffutils/diffutils-3.3.tar.xz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>patch</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>diffutils</Name>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
<Path fileType="info">/usr/share/info</Path>
|
|
<Path fileType="localedata">/usr/share/locale</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2016-02-28</Date>
|
|
<Version>3.3</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Ertuğrul Erata</Name>
|
|
<Email>ertugrulerata@gmail.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|