diff options
Diffstat (limited to 'packages/e17/entice_20060128.bb')
-rw-r--r-- | packages/e17/entice_20060128.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/e17/entice_20060128.bb b/packages/e17/entice_20060128.bb index 05023f7fa2..ffc07f7661 100644 --- a/packages/e17/entice_20060128.bb +++ b/packages/e17/entice_20060128.bb @@ -1,16 +1,13 @@ 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>" PR = "r1" -SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/entice;date=${PV}" -S = "${WORKDIR}/entice" +inherit e -inherit autotools +SRC_URI = "${E_CVS};module=e17/apps/entice;date=${PV}" +S = "${WORKDIR}/entice" EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" |