diff options
Diffstat (limited to 'packages/nonworking/esmart')
-rw-r--r-- | packages/nonworking/esmart/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/esmart/esmart_cvs.bb | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/nonworking/esmart/.mtn2git_empty b/packages/nonworking/esmart/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/nonworking/esmart/.mtn2git_empty diff --git a/packages/nonworking/esmart/esmart_cvs.bb b/packages/nonworking/esmart/esmart_cvs.bb index e69de29bb2..d12048e82b 100644 --- a/packages/nonworking/esmart/esmart_cvs.bb +++ b/packages/nonworking/esmart/esmart_cvs.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "A collection of smart Evas objects" +SECTION = "libs" +DEPENDS = "evas evas-x11 ecore imlib2 edje libtool" +PV = "${CVSDATE}" + +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/esmart" +S = "${WORKDIR}/esmart" + +inherit autotools pkgconfig binconfig + +do_stage () { + oe_libinstall -C src/lib libesmart ${STAGING_LIBDIR}/ + install -m 0644 ${S}/src/lib/Esmart.h ${STAGING_INCDIR}/ +} |