blob: 723edfbce5fe3aad62015147492d991af71e4200 (
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
36
37
38
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="The SHR ophonekit daemon."
HOMEPAGE="http://trac.shr-project.org/trac"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~arm"
IUSE=""
DOCS="README"
PROJECT_NAME="${PN}"
EGIT_TREE="a0a962e92eacd7c445952180de9d49013bd5513e"
RDEPEND="dev-libs/dbus-glib
sys-mobilephone/freesmartphone-framework
sys-mobilephone/libframeworkd-glib
sys-mobilephone/libframeworkd-phonegui
sys-mobilephone/libframeworkd-phonegui-efl
dev-db/sqlite"
DEPEND="dev-libs/dbus-glib"
inherit shr
src_install() {
shr_src_install
# Install the data files
exeinto /etc/X11/Xsession.d
insinto /usr/share/ophonekitd
insinto etc/dbus-1/system.d
doexe data/80ophonekitd || die
doins data/phonelog-database.sql || die
doins data/ophonekitd.conf || die
}
|