[csw-devel] SF.net SVN: gar:[14597] csw/mgar/pkg/tcpdump/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed May 18 11:18:15 CEST 2011


Revision: 14597
          http://gar.svn.sourceforge.net/gar/?rev=14597&view=rev
Author:   dmichelsen
Date:     2011-05-18 09:18:14 +0000 (Wed, 18 May 2011)

Log Message:
-----------
tcpdump: Minor cleanup, no functional change

Modified Paths:
--------------
    csw/mgar/pkg/tcpdump/trunk/Makefile

Modified: csw/mgar/pkg/tcpdump/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcpdump/trunk/Makefile	2011-05-18 08:47:20 UTC (rev 14596)
+++ csw/mgar/pkg/tcpdump/trunk/Makefile	2011-05-18 09:18:14 UTC (rev 14597)
@@ -7,26 +7,28 @@
 endef
 
 MASTER_SITES = http://www.tcpdump.org/release/ 
-DISTFILES  = $(NAME)-$(VERSION).tar.gz
+DISTFILES  = $(DISTNAME).tar.gz
 
+VENDOR_URL = http://www.tcpdump.org/
+
 LICENSE = LICENSE
 
-BUILD_DEP_PKGS = CSWlibpcap CSWosslrt CSWossldevel CSWlibsmi
-RUNTIME_DEP_PKGS = CSWlibpcap CSWosslrt CSWlibsmi
+BUILD_DEP_PKGS += CSWlibpcap
+BUILD_DEP_PKGS += CSWosslrt
+BUILD_DEP_PKGS += CSWossldevel
+BUILD_DEP_PKGS += CSWlibsmi
+RUNTIME_DEP_PKGS += CSWlibpcap
+RUNTIME_DEP_PKGS += CSWosslrt
+RUNTIME_DEP_PKGS += CSWlibsmi
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
-SPKG_SOURCEURL = http://www.tcpdump.org/
-
-# No test target for libpcap
-TEST_SCRIPTS =
-
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --enable-ipv6
 CONFIGURE_ARGS += --with-crypto=$(prefix)
 CONFIGURE_ARGS += --with-smi
 
+# We don't have a proper uudecode
+TEST_SCRIPTS =
+
 # There is a versioned tcpdump, which is not a hardlink. No need for that.
 EXTRA_MERGE_EXCLUDE_FILES = $(sbindir)/tcpdump\..*
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list