sys-kernel/e-sources: move 4.5.0 -> 4.5.2
[gentoo-zh.git] / net-im / cliofetion / cliofetion-2.1.0.ebuild
blob31474ab91cefa385d2d06cd646bab717dd025855
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 EAPI="3"
7 CMAKE_MIN_VERSION="2.6"
8 inherit cmake-utils
10 DESCRIPTION="A command-line version of openfetion"
11 HOMEPAGE="http://code.google.com/p/ofetion"
12 SRC_URI="http://ofetion.googlecode.com/files/${P}.tar.gz"
14 LICENSE="GPL-2"
15 SLOT="0"
16 KEYWORDS=""
17 IUSE=""
19 RDEPEND="~net-im/libofetion-${PV}"
20 DEPEND="${RDEPEND}
21 virtual/pkgconfig"
23 DOCS=( AUTHORS README ChangeLog )