Subversion Repositories KardasA Overlay

Compare Revisions

Ignore whitespace Rev 238 → Rev 183

/dev-libs/libcitadel/Manifest
0,0 → 1,2
DIST libcitadel-8.02.tar.gz 578407 RMD160 eda7ae6a56d21ef47fd7236e582a92a7a87bf0cf SHA1 9833a1ebf87809cf4294b0986a1f9b4b794d9a1b SHA256 cba6e99f4e50b1ae239489bf2dc968b6d0d4bd244229b8dd0ab7ed0cb4f67322
EBUILD libcitadel-8.02.ebuild 806 RMD160 5b9885701f425eeef0bc8d874ad1fd3097b72580 SHA1 ea38589ee279a5542d22340f2135ac84fc9d6319 SHA256 afa6d390614d27f2633457dab9f2bcf8036374e468be12d7292501c8951a9450
/dev-libs/libcitadel/libcitadel-8.02.ebuild
0,0 → 1,38
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
 
EAPI=2
 
inherit flag-o-matic autotools base
 
DESCRIPTION="Contains code which is shared across all the components which make up the Citadel system"
HOMEPAGE="http://citadel.org/"
SRC_URI="http://easyinstall.citadel.org/${P}.tar.gz"
 
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
 
RDEPEND=">=sys-libs/db-4.1.25_p1
>=dev-libs/libical-0.43
mail-filter/libsieve
dev-libs/expat
net-misc/curl"
 
DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.52
>=sys-devel/libtool-1.4"
 
src_configure() {
filter-flags -finline-functions
replace-flags -O3 -O2
econf
}
 
 
src_prepare() {
rm conftools/libtool.m4 || die "removal of libtool file failed"
eautoreconf || die "eautoreconf failed"
}