# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A transparent application input fuzzer." HOMEPAGE="http://sam.zoy.org/zzuf/" SRC_URI="http://sam.zoy.org/zzuf/${P}.tar.gz" LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog NEWS README TODO }