summaryrefslogtreecommitdiff
path: root/packages/e17/entrance_20050810.bb
blob: afc0e828254593b1efb8e1c7440434f10d566048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Entrace is the Enlightenment login manager for X11"
SECTION = "e/apps"
LICENSE = "MIT"
DEPENDS = "ecore-x11 edje-native embryo-native esmart"
HOMEPAGE = "http://www.enlightenment.org"
MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
CVSDATE = "${PV}"

SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/entrance \
           file://longer-sleep.patch;patch=1"
S = "${WORKDIR}/entrance"

inherit autotools

EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc"