# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/stan/stan-0.4.1.ebuild,v 1.1 2006/10/23 06:07:24 beandog Exp $ inherit eutils DESCRIPTION="Stan is a console application that analyzes binary streams and calculates statistical information." HOMEPAGE="http://www.roqe.org/stan/" SRC_URI="http://www.roqe.org/stan/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-errno.patch" } src_install() { einstall || die "einstall failed" }