Files
main/programming/library/zxing-cpp/pspec.xml
T
2022-10-29 16:42:19 +03:00

64 lines
2.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>zxing-cpp</Name>
<Homepage>https://github.com/zxing-cpp/zxing-cpp</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<Summary>A C++ library to decode QRCode</Summary>
<Icon>zxing-cpp</Icon>
<Description>QRCode'un kodunu çözmek için bir C++ kitaplığı</Description>
<Archive sha1sum="8038a26952534c32483f9269fc6b061ee4d586c6" type="targz">https://github.com/zxing-cpp/zxing-cpp/archive/refs/tags/v1.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>zxing-cpp.patch</Patch>
<Patch level="1">zxing-cpp.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>zxing-cpp</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
-->
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>zxing-cpp-devel</Name>
<Summary>Development files for zxing-cpp</Summary>
<RuntimeDependencies>
<Dependency release="current">zxing-cpp</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="1">
<Date>2022-10-29</Date>
<Version>1.4.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>