summaryrefslogtreecommitdiff
blob: e9c7ad78f63d34c20964281c8d34da1e1ae16a2b (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
32
33
34
35
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gpe-base/libschedule/libschedule-0.17.ebuild,v 1.2 2009/08/26 17:37:53 miknix Exp $

GPE_TARBALL_SUFFIX="bz2"

inherit gpe

DESCRIPTION="RTC alarm handling library for the GPE Palmtop Environment"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
GPE_DOCS="ChangeLog"

IUSE=""
GPECONF="${GPECONF} --disable-gtk-doc"

# This package doesn't generate any gtk-doc yet,
# leave this commented for now.
# IUSE="doc"
# GPECONF="${GPECONF} $(use_enable doc gtk-doc)"
# DEPEND="doc? ( >=dev-util/gtk-doc-1.2 )"

RDEPEND="${RDEPEND}
	gpe-base/libgpewidget
	>=dev-libs/glib-2.6.3"

DEPEND="${DEPEND} ${RDEPEND}
	dev-util/gtk-doc-am"

src_install() {
	gpe_src_install "$@"
	make DESTDIR="${D}" PREFIX=/usr install-devel
}