summaryrefslogtreecommitdiff
path: root/packages/e17/e-modules_20050810.bb
blob: 4aa4c09bb5eb7a82480351c2bd34946d999f7652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}"