diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-18 22:40:59 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-18 22:40:59 +0000 |
commit | 15603ec63e4a529992107df85eb3d2d593dd1224 (patch) | |
tree | 62089426b4d3d4182a391a00d90ce970a256639b /openwrt/package | |
parent | d0149fc434f0da76adab37a3f6b66157a26afdf5 (diff) |
Change libpcap, uniformize package makefile, put control file in ./ipkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@683 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/tcpdump/Makefile | 11 | ||||
-rw-r--r-- | openwrt/package/tcpdump/ipkg/tcpdump.control (renamed from openwrt/package/tcpdump/tcpdump.control) | 0 |
2 files changed, 6 insertions, 5 deletions
diff --git a/openwrt/package/tcpdump/Makefile b/openwrt/package/tcpdump/Makefile index 2b854c8285..cf74ea5f17 100644 --- a/openwrt/package/tcpdump/Makefile +++ b/openwrt/package/tcpdump/Makefile @@ -68,10 +68,10 @@ $(PKG_BUILD_DIR)/$(PKG_NAME): $(PKG_BUILD_DIR)/.configured CCOPT="$(TARGET_CFLAGS)" INCLS="-I. -I$(STAGING_DIR)/usr/include" $(IPKG_TCPDUMP): $(PKG_BUILD_DIR)/$(PKG_NAME) - $(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_TCPDUMP) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) - mkdir -p $(IDIR_TCPDUMP)/usr/sbin - cp $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_TCPDUMP)/usr/sbin/ - $(STRIP) $(IDIR_TCPDUMP)/usr/sbin/* + $(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_TCPDUMP) ./ipkg/$(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) + install -m0755 -d $(IDIR_TCPDUMP)/usr/sbin + install -m0755 $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_TCPDUMP)/usr/sbin/ + $(RSTRIP) $(IDIR_TCPDUMP) mkdir -p $(PACKAGE_DIR) $(IPKG_BUILD) $(IDIR_TCPDUMP) $(PACKAGE_DIR) @@ -84,4 +84,5 @@ compile: $(IPKG_TCPDUMP) install: $(INFO_TCPDUMP) clean: - rm -rf $(PKG_BUILD_DIR) $(IPKG_TCPDUMP) + rm -rf $(PKG_BUILD_DIR) + rm -rf $(IPKG_TCPDUMP) diff --git a/openwrt/package/tcpdump/tcpdump.control b/openwrt/package/tcpdump/ipkg/tcpdump.control index 8817389820..8817389820 100644 --- a/openwrt/package/tcpdump/tcpdump.control +++ b/openwrt/package/tcpdump/ipkg/tcpdump.control |