commit: d222013b50772f540a81dfb2a1f6c1a308cf525e Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 21:09:17 2015 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 21:09:17 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d222013b
net-libs/dleyna-core: initial ebuild As requested in bug #540714 and bug #509228. --- net-libs/dleyna-core/dleyna-core-0.5.0.ebuild | 28 +++++++++++++++++++++++++++ net-libs/dleyna-core/metadata.xml | 5 +++++ 2 files changed, 33 insertions(+) diff --git a/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild b/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild new file mode 100644 index 0000000..fb1b2e4 --- /dev/null +++ b/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +inherit eutils + +DESCRIPTION="utility library for higher level dLeyna libraries" +HOMEPAGE="https://01.org/dleyna/" +SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="1.0/4" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.28:2 + >=net-libs/gupnp-0.20.5" +DEPEND="${DEPEND} + virtual/pkgconfig +" + +src_install() { + default + prune_libtool_files +} diff --git a/net-libs/dleyna-core/metadata.xml b/net-libs/dleyna-core/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/net-libs/dleyna-core/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnome</herd> +</pkgmetadata>
