summaryrefslogtreecommitdiff
path: root/net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild
reinit the tree, so we can have metadata
Diffstat (limited to 'net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild')
-rw-r--r--net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild b/net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild
new file mode 100644
index 000000000000..208799cca94a
--- /dev/null
+++ b/net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit gnome2
+
+DESCRIPTION="Free replacements of Intel UPnP tools that use GUPnP"
+HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.24:2
+ >=dev-libs/libxml2-2.4:2
+ >=net-libs/gssdp-0.13.3:0=
+ >=net-libs/gupnp-0.20.14:0=
+ >=net-libs/gupnp-av-0.5.5:0=
+ >=net-libs/libsoup-2.42:2.4
+ >=x11-libs/gtk+-3.10:3
+ >=x11-libs/gtksourceview-3.2:3.0
+"
+DEPEND="${RDEPEND}
+ >=sys-devel/gettext-0.19.7
+ virtual/pkgconfig
+"