123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>cdk</Name>
- <Homepage>https://invisible-island.net/cdk/cdk.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>custom</License>
- <IsA>library</IsA>
- <PartOf>programming.library</PartOf>
- <Summary>This is a modified/enhanced version of Cdk.</Summary>
- <Description>
- Cdk stands for 'Curses Development Kit' and it currently contains 21 ready to use widgets which facilitate the speedy development of full screen curses programs. This little project of mine started as a test to see how compatible my Linux machine was to other UNIX breeds. While doing this I discovered Ncurses, and played with it. These widgets are the result of over a years worth of playing.
- </Description>
- <Archive sha1sum="04e832c7d643e37c2ecac6a1ab1ee4fd08a92ac9" type="targz">
- https://invisible-mirror.net/archives/cdk/cdk-5.0-20221025.tgz
- </Archive>
- <BuildDependencies>
- <Dependency>Xaw3d-devel</Dependency>
- <Dependency>ncurses-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>cdk</Name>
- <RuntimeDependencies>
- <Dependency>ncurses</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>cdk-devel</Name>
- <RuntimeDependencies>
- <Dependency>ncurses-devel</Dependency>
- <Dependency>perl</Dependency>
- <Dependency release="current">cdk</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2023-01-03</Date>
- <Version>5.0.20221025</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2022-01-17</Date>
- <Version>5.0.20211216</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2020-11-28</Date>
- <Version>5.0.20200923</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|