clean cvs header
[gentoo-zh.git] / app-i18n / ucimf-sunpinyin / ucimf-sunpinyin-0.5.ebuild
blob1c4ba480c799f79c1cfa60608fae4fc9065b177e
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 DESCRIPTION="The SunPinyin IMF module for UCIMF"
5 HOMEPAGE="http://ucimf.googlecode.com"
6 SRC_URI="${HOMEPAGE}/files/${P}.tar.gz"
8 LICENSE="GPL-2"
9 SLOT="0"
10 KEYWORDS="~amd64 ~x86"
11 IUSE="debug minimal"
13 DEPEND="app-i18n/libucimf app-i18n/sunpinyin"
14 RDEPEND="${DEPEND}"
16 src_compile() {
17 econf $(use_enable debug)
18 emake || die "emake failed"
21 src_install() {
22 emake install DESTDIR="${D}" || die "Install failed"
23 dodoc AUTHORS ChangeLog NEWS README