# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public Licens, v2 or later # $Header: /home/cvsroot/gentoo-x86/media-gfx/powershot/powershot-1.ebuild,v 1.5 2003/07/21 04:49:18 zeurx Exp $ S=${WORKDIR}/${P} DESCRIPTION="Drivers and Programs to get your Canon Powershot A10/20/30/40/60/70/100/200 to work in linux" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="sys-apps/hotplug dev-libs/libusb x11-libs/fltk media-libs/libgphoto2 media-gfx/gphoto2 media-gfx/gtkam" # media-gfx/flphoto" src_install () { exeinto ${S} newexe ${FILESDIR}/config.sh config.sh dodir ${D} } pkg_postinst () { einfo "Patching hotplug usermap..." ${S}/./config.sh einfo "To access your Canon PowerShot just type gtkam for a GUI for gphoto2" }