123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>augeas</Name>
- <Homepage>http://augeas.net</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2+</License>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>A library for changing configuration files</Summary>
- <Description>augeas is a library for programmatically editing configuration files. Augeas parses configuration files into a tree structure, which it exposes through its public API.</Description>
- <Archive sha1sum="d44d35356d0a589ff387d98d3891fe4a6537fe8b" type="targz">http://download.augeas.net/augeas-1.9.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>readline-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>augeas</Name>
- <RuntimeDependencies>
- <Dependency>libxml2</Dependency>
- <Dependency>readline</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/augeas</Path>
- <Path fileType="data">/usr/share/vim/vimfiles</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>augeas-devel</Name>
- <Summary>Development files for augeas</Summary>
- <RuntimeDependencies>
- <Dependency release="current">augeas</Dependency>
- <Dependency>libxml2-devel</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="4">
- <Date>2018-01-14</Date>
- <Version>1.9.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-25</Date>
- <Version>1.7.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-08</Date>
- <Version>1.4.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-12-31</Date>
- <Version>1.4.0</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|