aboutsummaryrefslogtreecommitdiffstats
path: root/nonworking/esmart/esmart_cvs.oe
blob: d12048e82b088c5e05543211ab5cdc65e29dd1af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}/
}