summaryrefslogtreecommitdiff
path: root/packages/e17/eclair_20050810.bb
blob: aee6740156e984a5932c7617dd84ee118039050e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Eclair is the E17 multi media player"
SECTION = "e/apps"
DEPENDS = "virtual/evas virtual/ecore embryo virtual/imlib2 edje-native edje emotion esmart libxml2 sqlite3 taglibc"
LICENSE = "MIT"
HOMEPAGE = "http://www.enlightenment.org"
MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
CVSDATE = "${PV}"
PR = "r0"

SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/eclair"
S = "${WORKDIR}/eclair"

inherit autotools

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

FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"