Fixup some more usage of the oe_libinstall script.
[vuplus_openembedded] / libnids / libnids_1.18.oe
1 DEPENDS = "virtual/libc libnet libpcap"
2 DESCRIPTION = "Libnids performs assembly of TCP segments \
3 into TCP streams, IP defragmentation, and TCP port \
4 scan detection."
5
6 SRC_URI = "${SOURCEFORGE_MIRROR}/libnids/libnids-${PV}.tar.gz \
7            file://${FILESDIR}/configure.patch;patch=1"
8
9 inherit autotools
10
11 EXTRA_OECONF = "--with-libpcap=${STAGING_LIBDIR}/.. \
12                 --with-libnet=${STAGING_LIBDIR}/.."
13 EXTRA_OEMAKE = "'install_prefix=${D}'"
14
15 do_stage () {
16         install -m 0644 ${S}/src/nids.h ${STAGING_INCDIR}/
17         oe_libinstall -a -C src libnids ${STAGING_LIBDIR}
18 }