projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] refresh kernel patches
[openwrt.git]
/
package
/
libpcap
/
Makefile
diff --git
a/package/libpcap/Makefile
b/package/libpcap/Makefile
index
c9af51d
..
d7956a6
100644
(file)
--- a/
package/libpcap/Makefile
+++ b/
package/libpcap/Makefile
@@
-22,12
+22,14
@@
define Package/libpcap
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Low-level packet capture library
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Low-level packet capture library
- DESCRIPTION:=\
- This package contains a system-independent library for user-level \\\
- network packet capture.
URL:=http://www.tcpdump.org/
endef
URL:=http://www.tcpdump.org/
endef
+define Package/libpcap/description
+ This package contains a system-independent library for user-level network
+ packet capture.
+endef
+
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
@@
-44,17
+46,12
@@
define Build/Compile
endef
define Build/InstallDev
endef
define Build/InstallDev
- mkdir -p $(
STAGING_DIR
)/usr/include
+ mkdir -p $(
1
)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/pcap{,-bpf,-namedb}.h \
$(CP) $(PKG_INSTALL_DIR)/usr/include/pcap{,-bpf,-namedb}.h \
- $(
STAGING_DIR
)/usr/include/
- mkdir -p $(
STAGING_DIR
)/usr/lib
+ $(
1
)/usr/include/
+ mkdir -p $(
1
)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpcap.{a,so*} \
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpcap.{a,so*} \
- $(STAGING_DIR)/usr/lib/
-endef
-
-define Build/UninstallDev
- rm -rf $(STAGING_DIR)/usr/include/pcap{,-bpf,-named}.h \
- $(STAGING_DIR)/usr/lib/libpcap.{a,so*}
+ $(1)/usr/lib/
endef
define Package/libpcap/install
endef
define Package/libpcap/install
This page took
0.024078 seconds
and
4
git commands to generate.