summaryrefslogtreecommitdiff
path: root/packages/e17/entrance_20050810.bb
blob: 2673ec27f09c58101d4f9430cfee8e7e6ae9ee7e (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
DESCRIPTION = "Entrace is the Enlightenment login manager"
SECTION = "e/apps"
LICENSE = "MIT"
# can also use pam and crypt
DEPENDS = "edb evas-x11 ecore-x11 edje esmart gpe-dm"
RDEPENDS += "bash gpe-dm"
HOMEPAGE = "http://www.enlightenment.org"
MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
CVSDATE = "${PV}"
PR = "r2"

SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/entrance \
           file://Xserver.patch;patch=1 \
           file://config-db.patch;patch=1 \
           file://allow-missing-xsession.patch;patch=1 \
	   file://Xinit.d \
	   file://Session"
	   
S = "${WORKDIR}/entrance"

inherit autotools

EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc \
                --with-xsession=/etc/X11/Xsession"

FILES += "${datadir}"

do_install_append() {
	install -d ${D}/etc/X11/Xinit.d
	install -d ${D}/etc/X11/Xsession.d
	install -d ${D}/etc/X11/Session
	
	install -m 755 ${WORKDIR}/Xinit.d/* ${D}/etc/X11/Xinit.d
	install -m 755 ${WORKDIR}/Session/* ${D}/etc/X11/Session
	
}