88 lines
3.2 KiB
XML
88 lines
3.2 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>grep</Name>
|
|
<Homepage>http://www.gnu.org/software/grep/grep.html</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>GPLv3</License>
|
|
<IsA>app:console</IsA>
|
|
<Summary>GNU regular expression matcher</Summary>
|
|
<Description>The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.</Description>
|
|
<Archive sha1sum="c7e6525c5c5aaa1bc3c1774db1697f42b11c2d85" type="tarxz">ftp://mirrors.kernel.org/gnu/grep/grep-2.21.tar.xz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>gettext</Dependency>
|
|
<Dependency>libpcre-devel</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>grep</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>libpcre</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/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="7">
|
|
<Date>2015-06-05</Date>
|
|
<Version>2.21</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Ertuğrul Erata</Name>
|
|
<Email>ertugrulerata@gmail.com</Email>
|
|
</Update>
|
|
<Update release="6">
|
|
<Date>2014-06-04</Date>
|
|
<Version>2.20</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Vedat Demir</Name>
|
|
<Email>vedat@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="5">
|
|
<Date>2014-05-11</Date>
|
|
<Version>2.18</Version>
|
|
<Comment>Release bump.</Comment>
|
|
<Name>Marcin Bojara</Name>
|
|
<Email>marcin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="4">
|
|
<Date>2014-03-29</Date>
|
|
<Version>2.18</Version>
|
|
<Comment>Version bump</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2013-10-27</Date>
|
|
<Version>2.15</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Yusuf Aydemir</Name>
|
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2013-10-22</Date>
|
|
<Version>2.14</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>Serdar Soytetir</Name>
|
|
<Email>kaptan@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2010-10-11</Date>
|
|
<Version>2.14</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|