# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libical-moz/libical-moz-0.23.ebuild,v 1.13 2004/11/09 22:28:42 mr_bones_ Exp $ S=${WORKDIR}/libical-0.23-moz DESCRIPTION="libical is used by the mozilla calendar component" SRC_URI="http://www.oeone.com/files/libical-${PV}-moz.tar.gz" HOMEPAGE="http://www.mozilla.org/projects/calendar/installation.html" DEPEND="virtual/libc" LICENSE="|| ( MPL-1.1 LGPL-2 )" SLOT="0" KEYWORDS="x86 sparc alpha" IUSE="" src_compile() { cd ${S} ./autogen.sh --prefix=/usr --disable-python-bindings || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog LICENSE NEWS README TEST THANKS TODO }