aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17/e-iconbar_20060128.bb
blob: 333f2406e1157befddafaab70aae736a6be6f5ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "An Iconbar for the Enlightenment Window Manager"
DEPENDS = "edb eet evas-x11 ecore-x11 edje esmart-x11 imlib2-x11"
LICENSE = "MIT"
PR = "r1"

inherit e

SRC_URI = "${E_CVS};module=e17/apps/iconbar;date=${PV}"
S = "${WORKDIR}/iconbar"

EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc"

FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"