2 DESCRIPTION
= "Database access library for GPE contacts"
5 DEPENDS
= "libgpewidget libgpepimc sqlite"
10 PV
= "0.3+cvs${SRCDATE}"
13 DEFAULT_PREFERENCE
= "-1"
15 inherit autotools gpe pkgconfig
17 SRC_URI
= "${HANDHELDS_CVS};module=gpe/base/${PN}"
19 headers
= "contacts-db.h"
22 oe_libinstall
-so libcontactsdb $
{STAGING_LIBDIR
}
24 mkdir
-p $
{STAGING_INCDIR
}/gpe
25 for h in $
{headers
}; do
26 install
-m
0644 $
{S
}/gpe
/$h $
{STAGING_INCDIR
}/gpe
/$h