Skip to content

Commit

Permalink
pcapsipdump: 0.1.2 -> 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alllexx88 committed Oct 10, 2018
1 parent 59bc277 commit d1a90ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions checksums/pcapsipdump-0.2.tar.gz.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7bd1dd4508262ff5aa43b26ba382aa0b17d9f971b192f5f7b6e861a81f60a853e966abba0b8b688f3bf157a8a7b00790189748c2d29bc7e8c61c13e9cbfd37ac
12 changes: 6 additions & 6 deletions make/pcapsipdump.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# from your name or email address. If you leave MAINTAINER set to
# "NSLU2 Linux" other developers will feel free to edit.
#
PCAPSIPDUMP_SITE=http://$(SOURCEFORGE_MIRROR)/sourceforge/psipdump
PCAPSIPDUMP_VERSION=0.1.2
PCAPSIPDUMP_SITE=http://$(SOURCEFORGE_MIRROR)/sourceforge/pcapsipdump
PCAPSIPDUMP_VERSION=0.2
PCAPSIPDUMP_SOURCE=pcapsipdump-$(PCAPSIPDUMP_VERSION).tar.gz
PCAPSIPDUMP_DIR=pcapsipdump-$(PCAPSIPDUMP_VERSION)
PCAPSIPDUMP_UNZIP=zcat
Expand All @@ -36,7 +36,7 @@ PCAPSIPDUMP_CONFLICTS=
#
# PCAPSIPDUMP_IPK_VERSION should be incremented when the ipk changes.
#
PCAPSIPDUMP_IPK_VERSION=3
PCAPSIPDUMP_IPK_VERSION=1

#
# PCAPSIPDUMP_CONFFILES should be a list of user-editable files
Expand All @@ -46,13 +46,13 @@ PCAPSIPDUMP_IPK_VERSION=3
# PCAPSIPDUMP_PATCHES should list any patches, in the the order in
# which they should be applied to the source code.
#
PCAPSIPDUMP_PATCHES=$(PCAPSIPDUMP_SOURCE_DIR)/Makefile.patch
#PCAPSIPDUMP_PATCHES=$(PCAPSIPDUMP_SOURCE_DIR)/Makefile.patch

#
# If the compilation of the package requires additional
# compilation or linking flags, then list them here.
#
PCAPSIPDUMP_CPPFLAGS=-fsigned-char
PCAPSIPDUMP_CPPFLAGS=
PCAPSIPDUMP_LDFLAGS=

#
Expand Down Expand Up @@ -115,7 +115,6 @@ $(PCAPSIPDUMP_BUILD_DIR)/.configured: $(DL_DIR)/$(PCAPSIPDUMP_SOURCE) $(PCAPSIPD
if test "$(BUILD_DIR)/$(PCAPSIPDUMP_DIR)" != "$(@D)" ; \
then mv $(BUILD_DIR)/$(PCAPSIPDUMP_DIR) $(@D) ; \
fi
sed -i -e "s/^#elif$$/#else/" $(@D)/pcapsipdump.h
touch $@

pcapsipdump-unpack: $(PCAPSIPDUMP_BUILD_DIR)/.configured
Expand Down Expand Up @@ -183,6 +182,7 @@ $(PCAPSIPDUMP_IPK): $(PCAPSIPDUMP_BUILD_DIR)/.built
$(INSTALL) -m 755 $(PCAPSIPDUMP_BUILD_DIR)/pcapsipdump $(PCAPSIPDUMP_IPK_DIR)$(TARGET_PREFIX)/sbin/
$(MAKE) $(PCAPSIPDUMP_IPK_DIR)/CONTROL/control
cd $(BUILD_DIR); $(IPKG_BUILD) $(PCAPSIPDUMP_IPK_DIR)
$(WHAT_TO_DO_WITH_IPK_DIR) $(PCAPSIPDUMP_IPK_DIR)

#
# This is called from the top level makefile to create the IPK file.
Expand Down

0 comments on commit d1a90ae

Please sign in to comment.