diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-09-23 19:29:00 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-09-23 19:29:00 +0000 |
| commit | 861d83ed0b59cc47d793eefed23c21dadeef12b4 (patch) | |
| tree | b3eb8f9dd1cb2b38c301cacd7ab62b8713bb51a0 | |
| parent | ed9724afff4797ef215636599b4a7ff2a2a87e72 (diff) | |
| download | mtk-20170518-861d83ed0b59cc47d793eefed23c21dadeef12b4.zip mtk-20170518-861d83ed0b59cc47d793eefed23c21dadeef12b4.tar.gz mtk-20170518-861d83ed0b59cc47d793eefed23c21dadeef12b4.tar.bz2 | |
standardize Makefile, change section from base to libs
SVN-Revision: 4842
| -rw-r--r-- | openwrt/package/libpcap/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile index 1d9d437..4fd1aca 100644 --- a/openwrt/package/libpcap/Makefile +++ b/openwrt/package/libpcap/Makefile @@ -23,11 +23,13 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(INCLUDE_DIR)/package.mk define Package/libpcap -SECTION:=base -CATEGORY:=Libraries -TITLE:=Low-level packet capture library -DESCRIPTION:=A system-independent library for user-level network packet capture. -URL:=http://www.tcpdump.org/ + 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 define Build/Configure @@ -67,8 +69,6 @@ define Build/Configure endef define Build/Compile - rm -rf $(PKG_INSTALL_DIR) - mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ CCOPT="$(TARGET_CFLAGS) -I$(BUILD_DIR)/linux/include" \ DESTDIR="$(PKG_INSTALL_DIR)" \ |
