|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild,v 1.3 2004/06/24 21:38:22 agriffis Exp $ | # $Header: /var/cvsroot/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild,v 1.3 2004/06/24 21:38:22 agriffis Exp $ |
| |
|
inherit eutils |
|
|
DESCRIPTION="A steganography program which hides data in various media files" | DESCRIPTION="A steganography program which hides data in various media files" |
HOMEPAGE="http://steghide.sourceforge.net/" | HOMEPAGE="http://steghide.sourceforge.net/" |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" |
|
|
| |
src_compile() { | src_compile() { |
econf || die "configure failed" | econf || die "configure failed" |
|
epatch ${FILESDIR}/fix-libtool-invocation.patch |
emake || die "make failed" | emake || die "make failed" |
} | } |
| |