Files
core/system/base/sed/pspec.xml
T
2017-01-23 14:26:09 +02:00

62 lines
2.2 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="8f9f142bf836caa8b167898d5f0f7f4d96d29d28" type="tarxz">mirrors://gnu/sed/sed-4.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>attr-devel</Dependency>
<Dependency>acl-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="3">
<Date>2017-01-23</Date>
<Version>4.3</Version>
<Comment>Version Bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<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>