]> Pileus Git - ~andy/sunrise/blob - gnome-extra/gsmartcontrol/gsmartcontrol-0.8.5.ebuild
gnome-extra/gsmartcontrol: Ported ebuild to EAPI="2"
[~andy/sunrise] / gnome-extra / gsmartcontrol / gsmartcontrol-0.8.5.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="2"
6
7 inherit gnome2
8
9 DESCRIPTION="Graphical user interface for smartctl"
10 HOMEPAGE="http://gsmartcontrol.berlios.de"
11 SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
12
13 LICENSE="GPL-3"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16 IUSE=""
17
18 RDEPEND="dev-cpp/gtkmm:2.4
19         dev-libs/libpcre
20         sys-apps/smartmontools"
21
22 DEPEND="${RDEPEND}
23         dev-util/pkgconfig"
24
25 DOCS="AUTHORS.txt ChangeLog NEWS README.txt"