summaryrefslogtreecommitdiff
blob: fff3d2b7110e526f56696bef4d7184694098d8ef (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit toolchain-funcs

DESCRIPTION="Displays the system activity in a very special way ;-)"
HOMEPAGE="http://dindinx.net/hotbabe/"
SRC_URI="http://dindinx.net/hotbabe/downloads/${P}.tar.bz2"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~x86"
IUSE="offensive"

DEPEND=">=x11-libs/gtk+-2.0
	media-libs/gdk-pixbuf"
RDEPEND="${DEPEND}"

pkg_setup() {
	use offensive || die "You need USE=offensive to emerge"
}

src_compile() {
	emake CC=$(tc-getCC) PREFIX="/usr" || die "emake failed"
#	emake PREFIX="/usr" || die "emake failed"
}

src_install() {
	emake PREFIX="${D}"/usr install || die "install failed"
#	mv "${D}"/usr/share/doc/{${PN},${PF}}
	newman "${D}"/usr/share/man/man1/${PN}.1 ${PN}.6
#	rm -r "${D}"/usr/share/man/man1
}