summaryrefslogtreecommitdiff
path: root/openobex/openobex_1.0.0.oe
blob: 83ca382bd425dcd2c520cb079a7674655c7f9935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DEPENDS = virtual/libc
RDEPENDS = libc6

SRC_URI = ${SOURCEFORGE_MIRROR}/openobex/${P}.tar.gz

inherit autotools libtool

do_stage () {
	install -m 0755 src/.libs/libopenobex* ${STAGING_LIBDIR}/
	install -d ${STAGING_DIR}/target/include/openobex
	install -m 0644 src/obex_const.h src/obex.h ${STAGING_DIR}/target/include/openobex/
	install -m 0755 openobex-config ${STAGING_BINDIR}/
	install -m 0644 m4macros/openobex.m4 ${STAGING_DIR}/share/aclocal/
}