Files
core/system/base/coreutils/pspec.xml
T
2017-02-06 23:03:10 +03:00

81 lines
3.3 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>coreutils</Name>
<Homepage>http://www.gnu.org/software/coreutils/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3+</License>
<IsA>app:console</IsA>
<Summary>A set of basic GNU tools commonly used in shell scripts</Summary>
<Description>Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)</Description>
<Archive sha1sum="d6268b2495c52d7a0ecc6156e36e0eca16e601ea" type="tarxz">http://ftp.gnu.org/gnu/coreutils/coreutils-8.26.tar.xz</Archive>
<BuildDependencies>
<Dependency>acl-devel</Dependency>
<Dependency>attr-devel</Dependency>
<Dependency>perl</Dependency>
<Dependency>shadow</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
<Dependency>gmp-devel</Dependency>
<Dependency>libcap-devel</Dependency>
<Dependency>texinfo</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">coreutils-8.22-shuf-segfault.patch</Patch> -->
<!-- PisiLinux patches -->
<Patch level="0">remove_am_silent_rules.patch</Patch>
<!-- <Patch level="0">add-more-dircolors.patch</Patch> -->
<!-- <Patch level="1">0001-cp-don-t-reserve-a-device-number.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>coreutils</Name>
<RuntimeDependencies>
<Dependency>acl</Dependency>
<Dependency>attr</Dependency>
<Dependency>gmp</Dependency>
<Dependency>libcap</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="library">/usr/lib</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-02-06</Date>
<Version>8.26</Version>
<Comment>Version Bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>8.25</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-02-28</Date>
<Version>8.25</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>