# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.8 2010/02/23 18:42:01 armin76 Exp $ EAPI="1" inherit autotools eutils DESCRIPTION="LXDE and Openbox Keyboard Uutulities" HOMEPAGE="http://forum.runtu.org/index.php?topic=5579.0" SRC_URI="http://oschtan.academ.org/distfiles/fskbsetting-0.3.deb" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm ppc x86" IUSE="" RDEPEND=">x11-libs/wxGTK-2.8.1.1" src_unpack() { unpack ${A} cd "${S}" tar xozf data.tar.gz || die "failure unpacking data.tar.gz" } src_install() { dobin usr/bin/* dodoc usr/share/doc/fskbsetting/* domenu usr/share/applications/fskbsetting.desktop doicon usr/share/fskbsetting/sample.xpm }