summaryrefslogtreecommitdiff
blob: 0b0b68a5142f833d931a89bdbc29d16dd79a59e8 (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
27
28
29
30
31
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit eutils

DESCRIPTION="Generic catalog program"
HOMEPAGE="http://stuffkeeper.org/"
SRC_URI="http://download.sarine.nl/Programs/StuffKeeper/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86"
IUSE="spell debug"

RDEPEND="
	x11-libs/gtk+:2
	dev-libs/glib:2
	dev-db/sqlite:3
	gnome-base/libglade:2.0
	dev-util/gob:2
	spell? ( app-text/gtkspell )"
DEPEND="${RDEPEND}
	dev-util/intltool
"

src_configure() {
	econf $(use_enable debug)
}