You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-filter/libdkim/libdkim-1.0.21-r1.ebuild

41 lines
936 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/libdkim/libdkim-1.0.21-r1.ebuild,v 1.1 2012/09/01 09:12:02 qnikst Exp $
EAPI="4"
AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
inherit eutils autotools-utils
DESCRIPTION="DomainKeys Identified Mail library from Alt-N Inc."
HOMEPAGE="http://libdkim.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
LICENSE="Apache-2.0 yahoo-patent-license-1.2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/openssl
app-arch/unzip"
RDEPEND="!mail-filter/libdkim-exim
dev-libs/openssl"
S="${WORKDIR}/${PN}/src"
src_prepare() {
ecvs_clean
cp "${FILESDIR}"/debianize/* "${S}"
epatch "${FILESDIR}"/patches/*.patch
epatch "${FILESDIR}"/libdkim-extra-options.patch
autotools-utils_src_prepare
}
src_install() {
autotools-utils_src_install
dodoc ../README
}