# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Java program that offers two-way synchronization between Google Calendar and various iCalendar compatible calendar applications." HOMEPAGE="http://gcaldaemon.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}-linux-1.0-beta16.zip" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" RDEPEND=">=virtual/jdk-1.5" DEPEND="${RDEPEND}" src_install() { cd GCALDaemon local dirs="bin conf dev lang lib log work" dodir /opt/${P} cp -pPR $dirs "${D}/opt/${P}/" || die "failed to copy" dodoc license/* if use doc; then dohtml -r docs/* || die "failed to install docs" fi }