diff --git a/network/chat/toxic/actions.py b/network/chat/toxic/actions.py new file mode 100644 index 0000000000..ed6edc4c9c --- /dev/null +++ b/network/chat/toxic/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools, get + +j = ''.join([ + ' PREFIX=/usr', + ' ENABLE_ASAN=0', + ' DISABLE_AV=0', + ' DISABLE_X11=0', + ' DISABLE_GAMES=1 ' + ]) + +def build(): + autotools.make(j) + +def install(): + autotools.rawInstall("DESTDIR=%s PREFIX=/usr" % get.installDIR()) diff --git a/network/chat/toxic/pspec.xml b/network/chat/toxic/pspec.xml new file mode 100644 index 0000000000..37f721d4ef --- /dev/null +++ b/network/chat/toxic/pspec.xml @@ -0,0 +1,73 @@ + + + + + toxic + https://github.com/Jfreegman/toxic + + fury + uglyside@yandex.ru + + GPL-3 + network.chat + app + A Tox-based instant messaging and video chat client. + Toxic is a Tox-based instant messaging and video chat client. + + https://github.com/JFreegman/toxic/releases/download/v0.11.3/toxic-0.11.3.tar.gz + + + curl-devel + libconfig-devel + libX11-devel + libpng-devel + libvpx-devel + python3-devel + libnotify-devel + ncurses-devel + toxcore-c-devel + openal-devel + freealut-devel + asciidoc + qrencode-devel + + + + + + + + toxic + + curl + libX11 + libpng + libvpx + openal + ncurses + freealut + qrencode + libconfig + libnotify + toxcore-c + + + /usr/bin + /usr/share/applications + /usr/share/man/man1 + /usr/share/man/man5 + /usr/share/toxic + /usr/share/toxic/sounds + + + + + + 2022-12-03 + 0.11.3 + First build. + fury + uglyside@yandex.ru + + +