From 2d23cd7954544c61b8e5cef52ad3bd86f19eaff1 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 3 Aug 2004 18:29:16 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/08/03 20:29:10+02:00 uni-frankfurt.de!mickey add unik-olsrd, a OLSR routing daemon. patch courtesy Bruno Randolf 2004/08/03 20:27:42+02:00 uni-frankfurt.de!mickey mipsel fixes to openssl and tcpdump courtesy Bruno Randolf. note that I think we rather should fix those packages to honor our global CFLAGS in the long run. BKrev: 410fd97cYX3L2oGnfeywaYWk951yBg --- nonworking/esmart/esmart_cvs.oe | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'nonworking') diff --git a/nonworking/esmart/esmart_cvs.oe b/nonworking/esmart/esmart_cvs.oe index e69de29bb2..d12048e82b 100644 --- a/nonworking/esmart/esmart_cvs.oe +++ b/nonworking/esmart/esmart_cvs.oe @@ -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}/ +} -- cgit v1.2.3