|
|
- # Copyright 1999-2009 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v3
- # $Header: $
- EAPI="2"
- inherit cmake-utils
- DESCRIPTION="Fcitx Config Tool"
- HOMEPAGE="http://fcitx.googlecode.com"
- SRC_URI="${HOMEPAGE}/files/${P}.tar.gz"
- LICENSE="GPL-3"
- SLOT="0"
- KEYWORDS="~x86 ~amd64 x86 amd64"
- IUSE=""
- RDEPEND=">=app-i18n/fcitx-4.0.0"
- DEPEND="${RDEPEND}
- dev-libs/glib:2
- x11-libs/gtk+:2
- dev-util/cmake
- dev-libs/libunique"
- src_install() {
- cmake-utils_src_install
- }
复制代码 |
|