12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>ada</Name>
- <Homepage>https://www.ada-url.com/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>APACHE</License>
- <IsA>library</IsA>
- <Summary>Ada is a fast and spec-compliant URL parser written in C++.</Summary>
- <Description>Ada, C++ ile yazılmış, hızlı ve spesifikasyonlara uygun bir URL ayrıştırıcısıdır.</Description>
- <Archive sha1sum="78e92abdc3cfcd4e53f789721dfeefd52be4c151" type="targz">https://github.com/ada-url/ada/archive/refs/tags/v2.9.2.zip</Archive>
- <BuildDependencies>
- <Dependency>git</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>gtest-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>ada.patch</Patch>
- <Patch level="1">ada.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>ada</Name>
- <!--
- <RuntimeDependencies>
- <Dependency>Dep1</Dependency>
- </RuntimeDependencies>
- -->
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>ada-devel</Name>
- <Summary>Development files for ada</Summary>
- <RuntimeDependencies>
- <Dependency release="current">ada</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/cmake</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-10-03</Date>
- <Version>2.9.2</Version>
- <Comment>Uprev. See upstream changelog.</Comment>
- <Name>Bedirhan KURT</Name>
- <Email>bedirhan.kurt@outlook.com</Email>
- </Update>
- <Update release="1">
- <Date>2024-08-02</Date>
- <Version>2.9.0</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|