2013-01-27 22:37:28 +04:00
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
2012-10-08 16:15:55 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2012-10-08 16:15:55 +04:00
|
|
|
|
2013-02-27 15:47:27 +04:00
|
|
|
EAPI=5
|
2012-10-08 16:15:55 +04:00
|
|
|
|
|
|
|
inherit toolchain-funcs
|
|
|
|
|
|
|
|
DESCRIPTION="Utility to control digital cameras based on Sierra Imaging firmware"
|
|
|
|
HOMEPAGE="http://photopc.sourceforge.net"
|
|
|
|
SRC_URI="mirror://sourceforge/photopc/${P}.tar.gz"
|
|
|
|
|
2013-01-27 22:37:28 +04:00
|
|
|
LICENSE="photopc"
|
2012-10-08 16:15:55 +04:00
|
|
|
SLOT="0"
|
2013-02-28 16:08:16 +04:00
|
|
|
KEYWORDS="amd64 ppc x86"
|
2012-10-08 16:15:55 +04:00
|
|
|
IUSE=""
|
|
|
|
|
2013-02-27 15:47:27 +04:00
|
|
|
src_compile() {
|
|
|
|
emake AR="$(tc-getAR)"
|
|
|
|
}
|
|
|
|
|
2012-10-08 16:15:55 +04:00
|
|
|
src_install() {
|
|
|
|
dodoc README
|
|
|
|
dobin photopc epinfo
|
|
|
|
doman photopc.1 epinfo.1
|
|
|
|
}
|