diff options
Diffstat (limited to 'trinity-base/libtdenetwork/libtdenetwork-14.0.7.ebuild')
-rw-r--r-- | trinity-base/libtdenetwork/libtdenetwork-14.0.7.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/trinity-base/libtdenetwork/libtdenetwork-14.0.7.ebuild b/trinity-base/libtdenetwork/libtdenetwork-14.0.7.ebuild new file mode 100644 index 00000000..e55086dc --- /dev/null +++ b/trinity-base/libtdenetwork/libtdenetwork-14.0.7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +TRINITY_MODULE_NAME="tdepim" + +inherit trinity-meta-2 + +DESCRIPTION="library common to many tdepim apps interacting to network" +KEYWORDS="~amd64 ~x86" + +COMMON_DEPEND="app-crypt/gpgme" +DEPEND+=" ${COMMON_DEPEND}" +RDEPEND+=" ${COMMON_DEPEND}" + +TSM_EXTRACT_ALSO="libtdepim/" |