diff options
author | Chris <xchrisx@uber.space> | 2020-01-22 00:06:17 +0100 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2020-01-22 00:06:17 +0100 |
commit | de9d39a528f84660d746d88ef2af9c64ce09e37f (patch) | |
tree | c4d917cee076532023e25eef4d940e9918c92c50 /media-libs | |
parent | cc1ac24d4da2167f8d35239f7b9ecb3096adcba1 (diff) | |
download | tde-packaging-gentoo-de9d39a528f84660d746d88ef2af9c64ce09e37f.tar.gz tde-packaging-gentoo-de9d39a528f84660d746d88ef2af9c64ce09e37f.zip |
Live ebuilds: Add libart_lgpl ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libart_lgpl/libart_lgpl-9999.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/media-libs/libart_lgpl/libart_lgpl-9999.ebuild b/media-libs/libart_lgpl/libart_lgpl-9999.ebuild new file mode 100644 index 00000000..a3557d4d --- /dev/null +++ b/media-libs/libart_lgpl/libart_lgpl-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="7" +TRINITY_MODULE_TYPE="dependencies" +TRINITY_MODULE_NAME="libart-lgpl" + +inherit trinity-base-2 + +DESCRIPTION="A LGPL version of libart maintained by TDE" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="LGPL-2.1" +SLOT="0" + +src_configure() { + cmake-utils_src_configure +} |