1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>libedit</Name>
- <Homepage>http://www.thrysoee.dk/editline</Homepage>
- <Packager>
- <Name>Suleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <PartOf>programming.library</PartOf>
- <Summary>An autotool and libtoolized port of the NetBSD Editline library</Summary>
- <Description>libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt.</Description>
- <Archive sha1sum="55e327ee4661b13d20ebb411d790f2bb258271cf" type="targz">http://thrysoee.dk/editline/libedit-20160903-3.1.tar.gz</Archive>
- <BuildDependencies>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libedit</Name>
- <RuntimeDependencies>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libedit-devel</Name>
- <Summary>Development files for libedit</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libedit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2019-09-25</Date>
- <Version>3.1_20190324</Version>
- <Comment>Upgraded to lastest.</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2019-04-12</Date>
- <Version>3.1_20160903</Version>
- <Comment>First release</Comment>
- <Name>Suleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|