blob: a61f4ca607aa0e50a0785b469572fd2d31779fa3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/camera/camera-0.8-r1.ebuild,v 1.5 2014/08/10 21:19:23 slyfox Exp $
inherit gnustep-2
S=${WORKDIR}/${PN/c/C}
DESCRIPTION="A simple tool to download photos from a digital camera"
HOMEPAGE="http://home.gna.org/gsimageapps/"
SRC_URI="http://download.gna.org/gsimageapps/${P/c/C}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
DEPEND="gnustep-libs/camerakit"
RDEPEND="${DEPEND}"
|