blob: 38d25be5b760d6bcf10dcbcf5bd35bb342085d1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/simple-scan-2.31.1.ebuild,v 1.1 2010/06/04 15:18:15 hwoarang Exp $
EAPI=2
inherit base
DESCRIPTION="Simple document scanning utility"
HOMEPAGE="http://launchpad.net/simple-scan"
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="media-gfx/sane-backends
>=x11-libs/gtk+-2.18.0:2
dev-libs/glib:2
gnome-base/gconf:2
app-text/gnome-doc-utils
x11-libs/cairo
x11-misc/xdg-utils
x11-themes/gnome-icon-theme"
DEPEND="${RDEPEND}"
|