summaryrefslogtreecommitdiff
blob: 8f82cf1c14c631f9d2fce5c5b884cf70c17e07da (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
32
33
34
35
36
37
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4.ebuild,v 1.3 2005/07/21 17:27:07 dholm Exp $

inherit eutils

IUSE=""

DESCRIPTION="Dock application that combines timecop's bubblemon and wmfishtime together."
HOMEPAGE="http://www.jnrowe.ukfsn.org/projects/bfm.html"
SRC_URI="http://www.jnrowe.ukfsn.org/files/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc x86"

DEPEND=">=x11-libs/gtk+-2.4.9-r1"

src_unpack()
{
	unpack ${A}
	cd ${S}

	# Patch to honour Gentoo CFLAGS
	epatch ${FILESDIR}/${P}-Makefile.patch
}

src_compile()
{
	emake GENTOO_CFLAGS="${CFLAGS}" || die "Compilation failed"
}

src_install ()
{
	dodoc ChangeLog README doc/Xdefaults.sample README.bubblemon
	einstall PREFIX="${D}/usr" || die "Installation failed"
}