diff options
Diffstat (limited to 'packages/e17/examine_20060128.bb')
-rw-r--r-- | packages/e17/examine_20060128.bb | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/packages/e17/examine_20060128.bb b/packages/e17/examine_20060128.bb index 45ceb65458..e689eb1712 100644 --- a/packages/e17/examine_20060128.bb +++ b/packages/e17/examine_20060128.bb @@ -1,20 +1,13 @@ DESCRIPTION = "examine, the program configurator" DEPENDS = "virtual/ecore ewl" LICENSE = "MIT" -SECTION = "e/apps" -MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" PR = "r0" -SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/examine;date=${PV}" +inherit e + +SRC_URI = "${E_CVS};module=e17/apps/examine;date=${PV}" S = "${WORKDIR}/examine" EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" -inherit autotools pkgconfig binconfig - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}" |