summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/stan/stan-0.4.1.ebuild')
-rw-r--r--app-crypt/stan/stan-0.4.1.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/app-crypt/stan/stan-0.4.1.ebuild b/app-crypt/stan/stan-0.4.1.ebuild
index dcb488d971a8..306ccda785e8 100644
--- a/app-crypt/stan/stan-0.4.1.ebuild
+++ b/app-crypt/stan/stan-0.4.1.ebuild
@@ -1,27 +1,28 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/stan/stan-0.4.1.ebuild,v 1.2 2008/12/30 18:23:15 angelos Exp $
-inherit eutils
+inherit autotools 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"
+SRC_URI="http://www.roqe.org/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND=""
-
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-errno.patch"
+ sed -i -e "s/-O3/${CFLAGS}/" configure.in || die "sed failed"
+ eautoreconf
}
src_install() {
einstall || die "einstall failed"
+ dodoc README
}