summaryrefslogtreecommitdiff
blob: 31457d3035a93bd0955e59e8561e702950e911b6 (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
26
27
28
29
30
31
32
33
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit flag-o-matic

MY_LIBV="3"
S="${WORKDIR}/${PN}-${MY_LIBV}.${PV}"

DESCRIPTION="Code shared across all the components of a Citadel system"
HOMEPAGE="http://citadel.org/"
SRC_URI="http://easyinstall.citadel.org/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-libs/expat
	dev-libs/libical
	net-misc/curl
	mail-filter/libsieve
	sys-libs/db
	sys-libs/zlib"
RDEPEND="${DEPEND}"

src_configure() {
	filter-flags -finline-functions
	replace-flags -O3 -O2
	default
}