# Distributed under the terms of the GNU General Public License v2 inherit eutils DESCRIPTION="A part of the Palm Mojo SDK for communication with and rootaccess to the webOS based devices" HOMEPAGE="http://developer.palm.com/" SRC_URI="https://cdn.downloads.palm.com/sdkdownloads/1.1/sdkBinaries/palm-novacom_0.3-svn177284-hud9_i386.deb" LICENSE="${PN}" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" #DEPEND="" #RDEPEND="${DEPEND}" S="${WORKDIR}" src_unpack() { unpack ${A} unpack ./data.tar.gz rm -f control.tar.gz data.tar.gz debian-binary rm -rf usr/share } src_install() { cp -pPR * "${D}"/ || die "installing data failed" }