Merge oe-devel@oe-devel.bkbits.net:packages
[vuplus_openembedded] / mipl-mipv6 / mipv6_1.1-v2.4.26.oe
1 SECTION = "unknown"
2 SRC_URI = "http://www.mobile-ipv6.org/software/download/mipv6-${PV}.tar.gz"
3
4 CFLAGS =+ "-I${S}/include -I${STAGING_KERNEL_DIR}/include"
5
6 inherit autotools
7
8 do_compile() {
9         oe_runmake CFLAGS="${CFLAGS}"
10 }
11
12 do_install() {
13         install -d ${D}${sbindir}
14         install -d ${D}${sysconfdir}/init.d
15         oe_runmake sbindir="${D}${sbindir}" initdir="${D}${sysconfdir}/init.d" mandir="${D}${datadir}/man" docdir="${D}${datadir}/doc/mobile-ip6" NETWORK_MIP6_CONF="${D}${sysconfdir}" install
16 }