# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-2.0.ebuild,v 1.15 2005/01/01 12:04:05 eradicator Exp $ DESCRIPTION="Popular filesystem benchmark" SRC_URI="ftp://ftp.samba.org/pub/tridge/dbench/${P}.tar.gz" HOMEPAGE="http://samba.org/pub/tridge/dbench/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc amd64 sparc" IUSE="" DEPEND="" src_install() { dobin dbench tbench tbench_srv dodoc README COPYING INSTALL insinto /usr/share/dbench doins client.txt doman dbench.1 } pkg_postinst() { einfo "dbench info:" einfo "You can find the client_*.txt file in ${ROOT}usr/share/dbench." echo }