X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/640652a244c6916ea5c2a886c52d477d5742e0d8..37a3e9fa619ba8148e973eb8d2db6d9b0c5b61d5:/package/libpcap/Makefile diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index bd039f911..ed048a4ed 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpcap -PKG_VERSION:=0.9.4 +PKG_VERSION:=0.9.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.tcpdump.org/release/ -PKG_MD5SUM:=79025766e8027df154cb1f32de8a7974 +PKG_MD5SUM:=5208f24d0328ee7c20b52c43eaa9aa0e include $(INCLUDE_DIR)/package.mk @@ -26,7 +26,7 @@ define Package/libpcap endef define Package/libpcap/description - This package contains a system-independent library for user-level network + This package contains a system-independent library for user-level network packet capture. endef @@ -54,11 +54,6 @@ define Build/InstallDev $(1)/usr/lib/ endef -define Build/UninstallDev - rm -rf $(1)/usr/include/pcap{,-bpf,-namedb}.h \ - $(1)/usr/lib/libpcap.{a,so*} -endef - define Package/libpcap/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libpcap.so.* $(1)/usr/lib/