games-misc/hot-babe - 0.2.2-r2 (trolltoo)

Search

Package Information

Description:
Displays the system activity in a very special way ;-)
Homepage:
https://sourceforge.net/projects/hotbabe
License:
Artistic

Ebuild Details

Version EAPI Keywords Slot
0.2.2-r2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Displays the system activity in a very special way ;-)"
HOMEPAGE="https://sourceforge.net/projects/hotbabe"
SRC_URI="mirror://sourceforge/${PN/-}/${P}.tar.gz"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

PATCHES=( "${FILESDIR}"/Makefile.patch )

src_install() {
	emake VERSION="${PVR}" DESTDIR="${D}" install

	newman ${PN}.1 ${PN}.6
}

Dependencies

DEPEND

x11-libs/gtk+:2
	virtual/pkgconfig

RDEPEND

x11-libs/gtk+:2