# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit eutils games DESCRIPTION="Roozz plugin allows you to run executable binaries within the browser window" HOMEPAGE="http://www.3djam.com/roozz/" SRC_URI="http://www.3djam.com/roozz/getplugin.aspx?id=linux&ref=aHR0cDovL3d3dy4zZGphbS5jb20vcm9venovT2xkLmFzcHg_Yz1wcm9kdWN0cw2 -> ${P}.deb" LICENSE="EULA" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="strip" PROPERTIES="" RDEPEND=" dev-libs/atk >=sys-libs/glibc-2.4 >=sys-devel/gcc-4.1.1 >=dev-libs/libxml2--2.6.27 >=x11-libs/cairo-1.2.4 >=media-libs/fontconfig-2.4.0 >=media-libs/freetype-2.2.1 >=dev-libs/glib-2.16.0 >=x11-libs/gtk+-2.16.0 >=gnome-extra/gtkhtml-2.11.1 >=x11-libs/wxGTK-2.8 >=dev-lang/mono-2.4.2.3 >=x11-libs/pango-1.14.0 >=dev-libs/openssl-0.9.8 >=x11-libs/startup-notification-0.8 >=x11-libs/libwnck-2.22.0 x11-libs/libX11 >=dev-games/ois-1 >=media-libs/freeimage-3 dev-libs/zziplib " src_unpack() { ar x ${A} unpack data.tar.gz } src_install() { cp -R "${S}/" "${D}/" || die "Install failed!" }