diff --git a/network/mail/claws-mail/actions.py b/network/mail/claws-mail/actions.py new file mode 100644 index 0000000000..819056a29a --- /dev/null +++ b/network/mail/claws-mail/actions.py @@ -0,0 +1,27 @@ +#!/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 shelltools, autotools, pisitools, get + +i = ''.join([ + ' --enable-ldap', + ' --enable-startup-notification', + ' --enable-alternate-addressbook', + ' --disable-static ' + ]) +def setup(): + autotools.configure(i) + +# pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "README") + diff --git a/network/mail/claws-mail/pspec.xml b/network/mail/claws-mail/pspec.xml new file mode 100644 index 0000000000..6407c23673 --- /dev/null +++ b/network/mail/claws-mail/pspec.xml @@ -0,0 +1,117 @@ + + + + + claws-mail + https://claws-mail.org/ + + fury + uglyside@yandex.ru + + GPL-3 + app:gui + network.mail + Claws Mail is an email client (and news reader), based on GTK+. + + Claws Mail is a lightweight and highly configurable email client and news reader based on the GTK+ GUI toolkit. + + + https://claws-mail.org/releases/claws-mail-4.0.0.tar.xz + + + flex + bison + curl-devel + gtk3-devel + gpgme-devel + libSM-devel + gnutls-devel + openssl-devel + libical-devel + librsvg-devel + python3-devel + gettext-devel + enchant2-devel + libetpan-devel + compface-devel + libnotify-devel + libsocket-devel + openldap-server + libarchive-devel + NetworkManager-devel + python3-pygobject3-devel + startup-notification-devel + + + + + + + + claws-mail + + db + atk + curl + gtk3 + perl + zlib + cairo + expat + glib2 + gpgme + libSM + pango + gnutls + libICE + nettle + libical + librsvg + openssl + python3 + compface + enchant2 + harfbuzz + libetpan + dbus-glib + libassuan + libnotify + cyrus-sasl + gdk-pixbuf + libarchive + libgpg-error + openldap-client + startup-notification + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc/clawsmail + + + + + claws-mail-devel + + claws-mail + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2021-10-13 + 4.0.0 + First build. + fury + uglyside@yandex.ru + + + +