summaryrefslogtreecommitdiff
blob: ba452c1c1b902ee5db290fd614a559f381cb0a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

inherit eutils

DESCRIPTION="Plugin adds toolbar and status bar to Pidgin buddy list"
HOMEPAGE="http://vayurik.ru/wordpress/en/toobars"
SRC_URI="http://vayurik.ru/wordpress/wp-content/uploads/toobars/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="net-im/pidgin[gtk]"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_install() {
	emake install DESTDIR="${D}" || die "emake install failed"
	dodoc README AUTHORS VERSION ChangeLog
}

pkg_postinst() {
	elog "Please note that the MyStatusBar (in purple-plugin_pack) conflicts"
	elog" with TooBars and you should only turn one on at a time."
}