# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Tool to control D-Link routers from the commandline." SRC_URI="http://rubyforge.org/frs/download.php/60975/${P}.tar.bz2" HOMEPAGE="http://dlinkctrl.rubyforge.org/index.xhtml" LICENSE="BEER-WARE" KEYWORDS="~x86 ~amd64" SLOT="0" IUSE="" DEPEND="dev-lang/ruby dev-ruby/libxml dev-ruby/ruby-inifile" src_install () { dobin dlinkctrl dodoc README ChangeLog }