diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-01-14 05:49:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-14 05:49:09 +0000 |
commit | 15089be4e934cc16b5f2553875118f7a54874dc8 (patch) | |
tree | bc5405a42a1fd74ded295392804a3f2b8a5fe60d /packages/e17/entice_20050926.bb | |
parent | e523c03092fc6cfeda92b045a4d188b328267930 (diff) |
efl, e17: update to newest versions, add CVS versions for all
- switch to thinktux CVS mirror
- move from CVS/SRCDATE to date parameter in cvs URI
- entrance and e-wm currently fail compiling
Diffstat (limited to 'packages/e17/entice_20050926.bb')
-rw-r--r-- | packages/e17/entice_20050926.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/e17/entice_20050926.bb b/packages/e17/entice_20050926.bb deleted file mode 100644 index 44f668de1e..0000000000 --- a/packages/e17/entice_20050926.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Entice is the E17 picture viewer" -SECTION = "e/apps" -# can also depend on GIMP for editing -DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11" -LICENSE = "MIT" -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" -SRCDATE = "${PV}" -PR = "r1" - -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/entice" -S = "${WORKDIR}/entice" - -inherit autotools - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" - |