# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /Exp $ EAPI=2 inherit eutils DESCRIPTION="A CEWE derived digital photography print ordering software for dm (Drogeriemarkt) Deutschland" HOMEPAGE="http://www.dm-digifoto.de" SRC_URI="http://dls.photoprintit.de/download/Data/1320/hps/setup_dm_Fotowelt.tgz http://dls.photoprintit.de/download/Data/1320/hps/38-cewe_cee0b182b4a4cead9916a01e4c822eb4.zip http://dls.photoprintit.de/download/Data/1320/hps/38-linuxexe_70a1ded8456cbfee672b3b1476ced720.zip http://dls.photoprintit.de/download/Data/1320/hps/38-linuxlib_0c7169fe42cf2cda88c5d36efdf4643d.zip http://dls.photoprintit.de/download/Data/1320/hps/38-photofun_fee5e2b6cdd25dd8aa329570c07d3cf2.zip http://dls.photoprintit.de/download/Data/1320/hps/38-resources_08a433e058fa08cb2c4fbc8a0c31a425.zip http://dls.photoprintit.de/download/Data/1320/hps/38-svgtemplates_53d40583b2a7e722b269c6dc6408b9e4.zip " LICENSE="dm Fotowelt EULA" SLOT="0" KEYWORDS="~amd64 ~x86" RESTRICT="mirror strip binchecks" IUSE="" RDEPEND="x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXcursor x11-libs/libXext x11-libs/libXft x11-libs/libXinerama x11-libs/libXrender app-arch/unzip sys-apps/less net-misc/wget sys-apps/coreutils" S="${WORKDIR}" src_unpack() { unpack setup_dm_Fotowelt.tgz cd ${S} epatch ${FILESDIR}/install.pl.diff } src_install() { cd ${S} echo "JA" | ./install.pl -v -k --source=${DISTDIR} --installdir=${D}opt/dm/Fotowelt domenu ${FILESDIR} dm_Fotowelt.desktop }