# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 DESCRIPTION="A raw photo workflow tool" HOMEPAGE="http://www.corel.com/aftershotpro" SRC_URI="http://www.corel.com/akdlm/6763/downloads/AfterShotPro/1/PF/AfterShotPro_amd64.deb" LICENSE="" SLOT="0" KEYWORDS="~amd64" IUSE="" RESTRICT="mirror" DEPEND=" app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-xlibs[opengl]" RDEPEND="${DEPEND}" src_install() { tar -xzf "${WORKDIR}/data.tar.gz" -C "${D}" || die }