Files
core/system/base/ncurses/pspec.xml
T
2015-06-03 22:49:46 +03:00

105 lines
3.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ncurses</Name>
<Homepage>http://www.gnu.org/software/ncurses/ncurses.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Console display library</Summary>
<Description>The NCurses is a library of functions that manage an application's display on character-cell terminals. The NCurses library defines many functions such as moving mouse and cursor, keyboard mapping and dispaying in color.</Description>
<Archive sha1sum="3e042e5f2c7223bffdaac9646a533b8c758b65b5" type="targz">mirrors://gnu/ncurses/ncurses-5.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>gnuconfig</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>ncurses</Name>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="library">/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/terminfo</Path>
<Path fileType="data">/usr/share/tabset</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>ncurses-devel</Name>
<PartOf>system.devel</PartOf>
<Summary>Development files for ncurses</Summary>
<RuntimeDependencies>
<Dependency release="current">ncurses</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/static</Path>
<Path fileType="library">/usr/lib32/static</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<Package>
<Name>ncurses-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for ncurses</Summary>
<BuildType>_emul32</BuildType>
<BuildDependencies>
<Dependency>glibc-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="current">ncurses</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
<Path fileType="data">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2014-09-14</Date>
<Version>5.9</Version>
<Comment>Fix build .pc files.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-05-11</Date>
<Version>5.9</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-31</Date>
<Version>5.9</Version>
<Comment>Rebuild.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-27</Date>
<Version>5.9_20121110</Version>
<Comment>Clean ncurses</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-14</Date>
<Version>5.9_20121110</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>