Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185834 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-crypt/opencdk/opencdk-0.5.7.ebuild (-2 / +3 lines)
Lines 2-8 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/app-crypt/opencdk/opencdk-0.5.7.ebuild,v 1.16 2007/07/12 10:12:49 uberlord Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/opencdk/opencdk-0.5.7.ebuild,v 1.16 2007/07/12 10:12:49 uberlord Exp $
4
4
5
inherit libtool
5
inherit eutils autotools
6
6
7
DESCRIPTION="Open Crypto Development Kit for basic OpenPGP message manipulation"
7
DESCRIPTION="Open Crypto Development Kit for basic OpenPGP message manipulation"
8
HOMEPAGE="http://www.gnutls.org/"
8
HOMEPAGE="http://www.gnutls.org/"
Lines 20-26 Link Here
20
src_unpack() {
20
src_unpack() {
21
	unpack ${A}
21
	unpack ${A}
22
	cd "${S}"
22
	cd "${S}"
23
	elibtoolize
23
	epatch "${FILESDIR}"/${PN}-crosscompile.diff
24
	eautoreconf
24
}
25
}
25
26
26
src_install() {
27
src_install() {

Return to bug 185834