You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-benchmarks/dbench/dbench-4.0.ebuild

36 lines
818 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-4.0.ebuild,v 1.9 2009/05/01 23:03:29 tcunha Exp $
inherit eutils autotools
DESCRIPTION="Popular filesystem benchmark"
SRC_URI="ftp://ftp.samba.org/pub/tridge/dbench/${P}.tar.gz"
HOMEPAGE="http://samba.org/ftp/tridge/dbench/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
IUSE=""
DEPEND="dev-libs/popt"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${WORKDIR}/${P}"
eautoheader
eautoconf
}
src_install() {
dobin dbench tbench tbench_srv
dodoc README INSTALL
doman dbench.1
insinto /usr/share/dbench
doins client.txt
}
pkg_postinst() {
elog "You can find the client.txt file in ${ROOT}usr/share/dbench."
}