pentoo-overlay/app-text/cewl/cewl-3.0.ebuild
2010-06-03 13:59:50 +00:00

28 lines
595 B
Bash

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit ruby
DESCRIPTION="a custom word list generator"
HOMEPAGE="http://www.digininja.org/projects/cewl.php"
SRC_URI="http://www.digininja.org/files/${PN}_${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-ruby/hpricot
dev-ruby/httpconfig
dev-ruby/spider
dev-ruby/mime-types
dev-ruby/rubyzip
dev-ruby/mini_exiftool"
S="${WORKDIR}"/$PN
src_install() {
ruby_einstall "$@"
dobin "$FILESDIR"/$PN || die "install failed"
}