diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
commit | 24934e623441310f644e5f72855b0f2bf9f3cd1a (patch) | |
tree | a453939bf58199bc2c3ff27bcf0accf2b221c6c4 /net-im/tox-prpl | |
parent | 687f45092b4f4ccf33765cee7427f054bae22344 (diff) |
Incoming! Moving Rogento.git to kogaion-desktop. Finally
Diffstat (limited to 'net-im/tox-prpl')
-rw-r--r-- | net-im/tox-prpl/metadata.xml | 7 | ||||
-rw-r--r-- | net-im/tox-prpl/tox-prpl-9999.ebuild | 39 |
2 files changed, 46 insertions, 0 deletions
diff --git a/net-im/tox-prpl/metadata.xml b/net-im/tox-prpl/metadata.xml new file mode 100644 index 00000000..cc3fe249 --- /dev/null +++ b/net-im/tox-prpl/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>maintainer-wanted@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/net-im/tox-prpl/tox-prpl-9999.ebuild b/net-im/tox-prpl/tox-prpl-9999.ebuild new file mode 100644 index 00000000..b43ef6fc --- /dev/null +++ b/net-im/tox-prpl/tox-prpl-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils autotools git-2 + +DESCRIPTION="Tox plugin for Pidgin/libpurple" +HOMEPAGE="http://tox.dhs.org/" +SRC_URI="" +EGIT_REPO_URI="https://github.com/jin-eld/tox-prpl.git" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND=" + dev-libs/glib:2 + net-im/pidgin + net-libs/tox" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + epatch_user + eautoreconf +} + +src_configure() { + econf \ + --disable-static +} + +src_install() { + default + prune_libtool_files --all +} |