Lines 2-7
Link Here
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-0.43.ebuild,v 1.8 2009/06/09 16:19:12 armin76 Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-0.43.ebuild,v 1.8 2009/06/09 16:19:12 armin76 Exp $ |
4 |
|
4 |
|
|
|
5 |
EAPI="2" |
6 |
|
7 |
inherit eutils |
8 |
|
5 |
DESCRIPTION="a implementation of basic iCAL protocols from citadel, previously known as aurore." |
9 |
DESCRIPTION="a implementation of basic iCAL protocols from citadel, previously known as aurore." |
6 |
HOMEPAGE="http://www.citadel.org" |
10 |
HOMEPAGE="http://www.citadel.org" |
7 |
SRC_URI="http://easyinstall.citadel.org/${P}.tar.gz" |
11 |
SRC_URI="http://easyinstall.citadel.org/${P}.tar.gz" |
Lines 9-17
Link Here
|
9 |
|
13 |
|
10 |
LICENSE="|| ( MPL-1.1 LGPL-2 )" |
14 |
LICENSE="|| ( MPL-1.1 LGPL-2 )" |
11 |
SLOT="0" |
15 |
SLOT="0" |
12 |
KEYWORDS="~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" |
16 |
KEYWORDS="~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" |
13 |
IUSE="" |
17 |
IUSE="" |
14 |
|
18 |
|
|
|
19 |
src_prepare() { |
20 |
epatch "$FILESDIR/${P}-icaltz-util.patch" |
21 |
} |
15 |
src_compile() { |
22 |
src_compile() { |
16 |
# Fix 66377 |
23 |
# Fix 66377 |
17 |
LDFLAGS="${LDFLAGS} -lpthread" econf || die "Configuration failed" |
24 |
LDFLAGS="${LDFLAGS} -lpthread" econf || die "Configuration failed" |