Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 244004
Collapse All | Expand All

(-)a/fuzz-0.6.ebuild (-1 / +2 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/dev-util/fuzz/fuzz-0.6.ebuild,v 1.2 2007/11/27 07:06:54 mr_bones_ Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/fuzz/fuzz-0.6.ebuild,v 1.2 2007/11/27 07:06:54 mr_bones_ Exp $
4
4
5
inherit eutils
5
inherit autotools eutils
6
6
7
DESCRIPTION="Stress-tests programs by giving them random input."
7
DESCRIPTION="Stress-tests programs by giving them random input."
8
HOMEPAGE="http://fuzz.sourceforge.net/"
8
HOMEPAGE="http://fuzz.sourceforge.net/"
Lines 23-28 Link Here
23
	unpack ${P}.tar.gz
23
	unpack ${P}.tar.gz
24
	cd "${S}"
24
	cd "${S}"
25
	epatch "${DISTDIR}"/${DEB_P}-${DEB_PR}.diff.gz
25
	epatch "${DISTDIR}"/${DEB_P}-${DEB_PR}.diff.gz
26
	eautoconf
26
}
27
}
27
28
28
src_install() {
29
src_install() {

Return to bug 244004