# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Tomoe GTK+ interface widget library" HOMEPAGE="http://tomoe.sourceforge.jp/" SRC_URI="mirror://sourceforge.jp/tomoe/17171/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=app-i18n/tomoe-0.2.1 >=x11-libs/gtk+-2.4.0" src_install() { make DESTDIR=${D} install || die "make install failed" dodoc AUTHORS README }