# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="synchronize an ical calendar file with a Palm device DateBookDB database" SRC_URI="http://hopf.math.northwestern.edu/syncal/${P}.tar.gz" HOMEPAGE="http://hopf.math.northwestern.edu/syncal/" KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND="app-pda/pilot-link" src_compile() { emake || die "emake failed" } src_install() { make INSTALLTOP=${D}/usr install dodoc README.Japanese README.ical.patch changelog syncal.man.html docinto ical dodoc ical.patch user.tcl prepall }