summaryrefslogtreecommitdiff
blob: 1380029589d7e20bde4c9ad81c0b5827d6a7574c (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
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.13 2008/02/01 14:07:58 s4t4n Exp $

DESCRIPTION="a dockapp that informs of new events, such as incoming chat messages, by displaying related icons and arrival times"
HOMEPAGE="http://swapspace.net/~matt/wmmsg/"
SRC_URI="http://swapspace.net/~matt/wmmsg/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE=""

DEPEND="=x11-libs/gtk+-1.2*
	media-libs/imlib2
	x11-libs/libXpm"

S=${WORKDIR}/${PN}

src_install() {
	einstall || die "Installation failed."
	dodoc AUTHORS README Changelog
	insinto /usr/share/doc/${PF}
	doins wmmsgrc
}