diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
commit | 7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch) | |
tree | 1684924656132935256e034f35f92abee6623265 /net-p2p/gnunet-qt/gnunet-qt-0.8.1a.ebuild |
Added ebuilds for kogaion desktop
Diffstat (limited to 'net-p2p/gnunet-qt/gnunet-qt-0.8.1a.ebuild')
-rw-r--r-- | net-p2p/gnunet-qt/gnunet-qt-0.8.1a.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-p2p/gnunet-qt/gnunet-qt-0.8.1a.ebuild b/net-p2p/gnunet-qt/gnunet-qt-0.8.1a.ebuild new file mode 100644 index 00000000..64e8d308 --- /dev/null +++ b/net-p2p/gnunet-qt/gnunet-qt-0.8.1a.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit eutils multilib qt4-r2 + +DESCRIPTION="QT Graphical front end for GNUnet." +HOMEPAGE="http://www.gnunet.org/" +SRC_URI="http://gnunet.org/download/${P}.tar.gz" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/qt-gui:4 + >=net-p2p/gnunet-${PV}" +DEPEND="${RDEPEND}" + +src_configure() { + econf --with-gnunet=/usr || die "econf failed" + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} |