Files
main/programming/library/signon/pspec.xml
T
alihanozturk 3ed0f99437 update url
2016-06-10 18:56:14 +03:00

84 lines
3.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>signon</Name>
<Homepage>https://code.google.com/p/accounts-sso</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<Summary>A framework for centrally storing authentication credentials</Summary>
<Description>Single Sign-On is a framework for centrally storing authentication credentials and handling authentication on behalf of applications as requested by applicationsIt consists of
a secure storage of login credentials (for example usernames and passwords), plugins for different authentication systems and a client library for applications to communicate with this system.</Description>
<Archive sha1sum="45d28971726f705bba3c6fe937838adbbbd2aa0a" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/signon-8.58.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>doxygen</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">qt5.5.diff</Patch>
<Patch level="1">use_keyring.patch</Patch>
<!-- <Patch level="1">signon-8.56-missing-moc-include.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>signon</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>doxygen</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="config">/etc</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
</Files>
</Package>
<Package>
<Name>signon-devel</Name>
<Summary>Development files for signon</Summary>
<RuntimeDependencies>
<Dependency release="current">signon</Dependency>
<Dependency>qt5-base-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>signon-docs</Name>
<IsA>data:doc</IsA>
<Summary>Help files and API documents for signon</Summary>
<RuntimeDependencies>
<Dependency release="current">signon</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-06-10</Date>
<Version>8.58</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-11-14</Date>
<Version>8.58</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>