diff options
Diffstat (limited to 'gnustep-libs/camerakit/camerakit-0.0.1.20041011.ebuild')
-rw-r--r-- | gnustep-libs/camerakit/camerakit-0.0.1.20041011.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnustep-libs/camerakit/camerakit-0.0.1.20041011.ebuild b/gnustep-libs/camerakit/camerakit-0.0.1.20041011.ebuild new file mode 100644 index 000000000000..7108cf777297 --- /dev/null +++ b/gnustep-libs/camerakit/camerakit-0.0.1.20041011.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/camerakit/camerakit-0.0.1.20041011.ebuild,v 1.1 2005/01/12 22:40:13 fafhrd Exp $ + +inherit gnustep + +S=${WORKDIR}/${PN/camerak/CameraK} + +DESCRIPTION="A simple wrapper to libgphoto2 for GNUstep." +HOMEPAGE="http://home.gna.org/gsimageapps/" +SRC_URI="http://download.gna.org/gsimageapps/${PN/camerak/CameraK}-${PV/0.0.1.}.tar.bz2" +LICENSE="GPL-2" +KEYWORDS="~ppc" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND} + >=media-libs/libgphoto2-2.1.3-r1" +RDEPEND="${GS_RDEPEND} + >=media-libs/libgphoto2-2.1.3-r1" + +egnustep_install_domain "System" + |