diff options
Diffstat (limited to 'packages/e17/eclair_20050926.bb')
-rw-r--r-- | packages/e17/eclair_20050926.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/e17/eclair_20050926.bb b/packages/e17/eclair_20050926.bb new file mode 100644 index 0000000000..7138f06f88 --- /dev/null +++ b/packages/e17/eclair_20050926.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Eclair is the E17 multi media player" +SECTION = "e/apps" +DEPENDS = "evas-x11 ecore-x11 embryo imlib2-x11 edje-native edje libxine-x11 emotion esmart-x11 libxml2 sqlite3 taglibc" +LICENSE = "MIT" +HOMEPAGE = "http://www.enlightenment.org" +MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" +CVSDATE = "${PV}" +PR = "r1" + +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}" + |