diff options
Diffstat (limited to 'packages/e17/e-modules_20050810.bb')
-rw-r--r-- | packages/e17/e-modules_20050810.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/e17/e-modules_20050810.bb b/packages/e17/e-modules_20050810.bb new file mode 100644 index 0000000000..4aa4c09bb5 --- /dev/null +++ b/packages/e17/e-modules_20050810.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Enlightenment Window Manager Extra Modules" +DEPENDS = "virtual/ecore virtual/evas esmart edje eet e" +LICENSE = "MIT" +SECTION = "e/apps" +MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" +CVSDATE = "${PV}" +PR = "r0" + +inherit autotools + +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/e_modules" +S = "${WORKDIR}/e_modules" + +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}" |