1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>popt</Name>
- <Homepage>http://www.rpm5.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>as-is</License>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>Popt command line option parser</Summary>
- <Description>The popt library exists essentially for parsing command line options with advantages such as there are no global variables, ability to parse an arbitrary array of argv-style elements, to exec external option filters, and automatic generation of help and usage messages, a standard method of option aliasing.</Description>
- <Archive sha1sum="cfe94a15a2404db85858a81ff8de27c8ff3e235e" type="targz">ftp://anduin.linuxfromscratch.org/BLFS/svn/p/popt-1.16.tar.gz</Archive>
- </Source>
- <Package>
- <Name>popt</Name>
- <RuntimeDependencies>
- <Dependency>gettext</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
- <Package>
- <Name>popt-devel</Name>
- <PartOf>system.devel</PartOf>
- <Summary>Development files for popt</Summary>
- <RuntimeDependencies>
- <Dependency release="current">popt</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/popt.h</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-01-23</Date>
- <Version>1.16</Version>
- <Comment>Rebuild.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>1.16</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-08</Date>
- <Version>1.16</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|