80 lines
2.7 KiB
XML
80 lines
2.7 KiB
XML
<?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="7c89700adb6e99f632c6b2357652cfe9efefa07d" type="zip">https://github.com/ada-url/ada/archive/refs/tags/v3.2.1.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="3">
|
||
<Date>2025-05-08</Date>
|
||
<Version>3.2.1</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<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>
|