blob: 313a37d21b54e8941d417ad661df0dc98b864790 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-0.24_rc4.ebuild,v 1.7 2004/10/13 18:12:02 kugelfang Exp $
IUSE=""
DESCRIPTION="libical is an implementation of basic iCAL protocols"
HOMEPAGE="http://softwarestudio.org/libical/"
SRC_URI="mirror://sourceforge/freeassociation/${PN}-0.24.RC4.tar.gz"
DEPEND="virtual/libc
>=sys-devel/bison-1.35
>=sys-devel/flex-2.5.4a-r5
>=sys-apps/gawk-3.1.3
>=dev-lang/perl-5.8.0-r12"
SLOT="0"
LICENSE="MPL-1.1 LGPL-2"
KEYWORDS="x86 ppc ~amd64"
S=${WORKDIR}/libical-0.24
src_install () {
einstall || die "Installation failed..."
}
|