29 lines
707 B
Bash
29 lines
707 B
Bash
# Copyright 1999-2006 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
#
|
|
# Thank you to Tobias Roeser <le.petit.fou at web.de> for working on
|
|
# this ebuild.
|
|
|
|
inherit kde
|
|
|
|
MY_P=${P/-/_}
|
|
RELNR=2
|
|
|
|
DESCRIPTION="KDE-based monitor for the IBM HDAPS system."
|
|
HOMEPAGE="http://www.oakcourt.dyndns.org/projects/khdapsmon/"
|
|
SRC_URI="http://www.oakcourt.dyndns.org/projects/khdapsmon/${MY_P}-${RELNR}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~x86"
|
|
|
|
need-kde 3.3
|
|
|
|
pkg_postinst() {
|
|
einfo
|
|
einfo "To autoload the required kernel module at system startup type"
|
|
einfo
|
|
einfo " # echo \"hdaps\" >> /etc/modules.autoload.d/kernel-2.6"
|
|
einfo
|
|
}
|