Files
core/system/base/sed/pspec.xml
T
2016-04-27 20:40:19 +03:00

53 lines
1.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sed</Name>
<Homepage>http://sed.sourceforge.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>GNU Stream Editor</Summary>
<Description>Sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline).</Description>
<Archive sha1sum="2f24b4624d1a3080626b11610053996ec30ba0f1" type="targz">mirrors://gnu/sed/sed-4.2.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>gettext-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>sed</Name>
<RuntimeDependencies>
<Dependency>acl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/bin</Path>
<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="2">
<Date>2016-04-27</Date>
<Version>4.2.2</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-02-28</Date>
<Version>4.2.2</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>