Files
main/util/crypt/gpgmepp/pspec.xml
T
2025-06-16 19:31:23 +03:00

73 lines
3.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gpgmepp</Name>
<Homepage>http://www.gnupg.org/gpgme.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2</License>
<IsA>library</IsA>
<Summary>GnuPG Made Easy is a library for making GnuPG easier to use</Summary>
<Description>GPGME is a library designed to make access to GnuPG easier for applications. It provides a high-Level Crypto application programming interface (API) for encryption, decryption, signing, signature verification and key management.</Description>
<Archive sha1sum="0eeb0fe7fcda6145f39924837c83062b7750b2e8" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/gpgmepp-2.0.0.tar.xz/download</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>gpgme-devel</Dependency>
<Dependency>libassuan-devel</Dependency>
<Dependency>libgpg-error-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">0001-qt-tests-Fix-build-in-source-directory.patch</Patch> -->
<!-- <Patch level="1">0002-qt-tests-Fix-build-in-source-directory-part-2.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>gpgmepp</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>gpgme</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/common-lisp</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>gpgmepp-devel</Name>
<Summary>Development files for gpgmepp</Summary>
<RuntimeDependencies>
<Dependency release="current">gpgmepp</Dependency>
<Dependency>libgpg-error-devel</Dependency>
<Dependency>gpgme-devel</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include/qgpgme/*</Path>
<Path fileType="header">/usr/include/QGpgME/*</Path>
</Files>
</Package>
<History>
<Update release="37">
<Date>2025-06-16</Date>
<Version>2.0.0</Version>
<Comment>First release.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>