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

Collapse All | Expand All

(-)/usr/portage/app-crypt/steghide/steghide-0.5.1.ebuild (+3 lines)
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/app-crypt/steghide/steghide-0.5.1.ebuild,v 1.3 2004/06/24 21:38:22 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild,v 1.3 2004/06/24 21:38:22 agriffis Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="A steganography program which hides data in various media files"
7
DESCRIPTION="A steganography program which hides data in various media files"
6
HOMEPAGE="http://steghide.sourceforge.net/"
8
HOMEPAGE="http://steghide.sourceforge.net/"
7
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
9
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
Lines 17-22 Link Here
17
19
18
src_compile() {
20
src_compile() {
19
	econf || die "configure failed"
21
	econf || die "configure failed"
22
	epatch ${FILESDIR}/fix-libtool-invocation.patch
20
	emake || die "make failed"
23
	emake || die "make failed"
21
}
24
}
22
25

Return to bug 52470