summaryrefslogtreecommitdiff
path: root/package/libpcap/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-21 17:25:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-21 17:25:35 +0200
commit98b7adfbd06f0f6bd99ca4805ca34250ee027fa1 (patch)
treea68345ba8ba7ee532e4b7426cadad31d7add24c0 /package/libpcap/Makefile
parent09d28322f4828a387eeee03d303c833eab8828c5 (diff)
parent32a82e38679501da738199135b35f93ddc8aca0a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r--package/libpcap/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile
index 2fdb3dbc1..e60207523 100644
--- a/package/libpcap/Makefile
+++ b/package/libpcap/Makefile
@@ -5,24 +5,20 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= libpcap
PKG_VERSION:= 1.3.0
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= f78455a92622b7a3c05c58b6ad1cec7e
PKG_DESCR:= a low-level packet capture library
PKG_SECTION:= libs
PKG_URL:= http://www.tcpdump.org/
PKG_SITES:= http://www.tcpdump.org/release/
-
-PKG_SUBPKGS:= LIBPCAP LIBPCAP_DEV
-PKGSD_LIBPCAP_DEV:= headers for a low-level packet capture library
-PKGSC_LIBPCAP_DEV:= devel
+PKG_OPTS:= dev
PKG_FLAVOURS_LIBPCAP:= WITH_IPV6
PKGFD_WITH_IPV6:= enable IPv6 support
include $(TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,LIBPCAP,libpcap,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-$(eval $(call PKG_template,LIBPCAP_DEV,libpcap-dev,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBPCAP_DEV},${PKGSC_LIBPCAP_DEV}))
+$(eval $(call PKG_template,LIBPCAP,libpcap,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
CONFIGURE_ENV+= ac_cv_linux_vers=26
CONFIGURE_ARGS+= --disable-yydebug \
@@ -44,8 +40,4 @@ libpcap-install:
${INSTALL_DIR} ${IDIR_LIBPCAP}/usr/lib
${CP} ${WRKINST}/usr/lib/libpcap.so* ${IDIR_LIBPCAP}/usr/lib
-libpcap-dev-install:
- ${INSTALL_DIR} ${IDIR_LIBPCAP_DEV}/usr/include
- ${CP} ${WRKINST}/usr/include/* ${IDIR_LIBPCAP_DEV}/usr/include
-
include ${TOPDIR}/mk/pkg-bottom.mk