Skip to content

Commit

Permalink
+ gnunet-gtk: new ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
l29ah committed Sep 12, 2016
1 parent 00a79f2 commit b578920
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions net-p2p/gnunet-gtk/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST gnunet-gtk-0.10.1.tar.gz 1547207 SHA256 8fac6aa405a0cca149b3ca373c0d80a932dff20f8e1d959863d50965749868dc SHA512 66a09945fab1f606eb4ea1b810db2f3f83e2d76380fb4868b318b954a40f2c664f8bd57bdd7cda6ac13f2019651b2defe898abf48a60dc16769eb8ba6e549e05 WHIRLPOOL bbb8517588c2439d23ea9ffdfa89067570359084d5ddadb74eda022cf2677e19c29b30934bd96d49fc68a960e46d2e0bfbf92a218aff4d9714c0ddd9997a10e9
31 changes: 31 additions & 0 deletions net-p2p/gnunet-gtk/gnunet-gtk-0.10.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

SRC_URI="mirror://gnu/gnunet/${P}.tar.gz"
KEYWORDS="~amd64"

AUTOTOOLS_IN_SOURCE_BUILD=1

DESCRIPTION="GNUnet is a framework for secure peer-to-peer networking."
HOMEPAGE="http://gnunet.org/"
RESTRICT="test"

LICENSE="GPL-3"

SLOT="0"
IUSE="gtk2"

DEPEND="
net-p2p/gnunet
>=dev-util/glade-3.10.0
gtk2? ( x11-libs/gtk+:2 )
!gtk2? ( x11-libs/gtk+:3 )"
RDEPEND="net-p2p/gnunet"

src_configure() {
econf \
$(use_with gtk2 gtk-version=2.0.0)
}

0 comments on commit b578920

Please sign in to comment.