aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17/examine_svn.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-08-24 22:06:56 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-08-24 22:06:56 +0000
commit075e8137a4a631f6e462ebf9c0f285fdc41b6892 (patch)
treea48c521fece42dd4520a613cb0f0a13a21e95bdd /packages/e17/examine_svn.bb
parent2a3a5812f4a2752fefc847d65d0a1b3ede3f0b4f (diff)
downloadopenembedded-075e8137a4a631f6e462ebf9c0f285fdc41b6892.tar.gz
Enlightenment update: commit missing files (thanks Koen)
Diffstat (limited to 'packages/e17/examine_svn.bb')
-rw-r--r--packages/e17/examine_svn.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/e17/examine_svn.bb b/packages/e17/examine_svn.bb
new file mode 100644
index 0000000000..223d29ca25
--- /dev/null
+++ b/packages/e17/examine_svn.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Examine, the program configurator"
+LICENSE = "MIT BSD"
+DEPENDS = "ewl"
+PV = "0.0.1+svnr${SRCREV}"
+PR = "r1"
+
+SRCNAME = "examine"
+
+inherit e
+
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
+
+FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"