diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-09-03 22:09:34 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-09-03 22:09:34 +0300 |
commit | 435dc806cdeff01584e524fdce1aff200c95858d (patch) | |
tree | 9a2b4b7d669531aa58139821becf500c4ef67e7e /packages/mail-filter/libspf2/libspf2.exlib | |
parent | 083a2ce6296f726839d3dd06e57586a7c2380214 (diff) |
toxcore: copyrights, added libspf2
Diffstat (limited to 'packages/mail-filter/libspf2/libspf2.exlib')
-rw-r--r-- | packages/mail-filter/libspf2/libspf2.exlib | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/mail-filter/libspf2/libspf2.exlib b/packages/mail-filter/libspf2/libspf2.exlib new file mode 100644 index 0000000..b144c80 --- /dev/null +++ b/packages/mail-filter/libspf2/libspf2.exlib @@ -0,0 +1,10 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> + +require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.16 ] ] + +SUMMARY="libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocols" +HOMEPAGE="http://www.libspf2.org" +SLOT="0" +LICENCES="LGPL-2.1 BSD-2" +DOWNLOADS="https://www.libspf2.org/spf/${PNV}.tar.gz" |