blob: 1ddd4d81c10efc90c73ee42c1bfbb9080d71a254 (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-chewing/ibus-chewing-1.2.0.20091211.ebuild,v 1.1 2009/12/16 14:14:15 matsuu Exp $
EAPI="1"
inherit cmake-utils
MY_P="${P}-Source"
DESCRIPTION="The Chewing IMEngine for IBus Framework"
HOMEPAGE="http://code.google.com/p/ibus/"
SRC_URI="http://ibus.googlecode.com/files/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
RDEPEND="x11-libs/libXtst
>=app-i18n/ibus-1.1
>=dev-libs/libchewing-0.3.2
x11-libs/gtk+:2
dev-util/gob:2"
DEPEND="${RDEPEND}
dev-util/cmake
dev-util/pkgconfig"
S="${WORKDIR}/${MY_P}"
CMAKE_IN_SOURCE_BUILD=1
DOCS="AUTHORS ChangeLog NEWS README"
|