New package: tcpdump-4.3.0.

This commit is contained in:
Juan RP 2012-12-17 19:23:17 +01:00
parent 87efe20d3d
commit 077d2c35b6
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- Makefile.in 2012-06-12 18:56:20.000000000 +0200
+++ Makefile.in 2012-06-13 08:41:09.000000000 +0200
@@ -409,7 +409,6 @@
[ -d $(DESTDIR)$(sbindir) ] || \
(mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
- $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat ${srcdir}/VERSION`
[ -d $(DESTDIR)$(mandir)/man1 ] || \
(mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 $(DESTDIR)$(mandir)/man1)
$(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1

15
srcpkgs/tcpdump/template Normal file
View File

@ -0,0 +1,15 @@
# Template file for 'tcpdump'
pkgname=tcpdump
version=4.3.0
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6"
makedepends="libpcap-devel openssl-devel"
short_desc="A tool for network monitoring and data acquisition"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://www.tcpdump.org"
distfiles="http://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
checksum=efd08b610210d39977ec3175fa82dad9fbd33587930081be2a905a712dba4286
long_desc="
tcpdump is a powerful command-line packet analyzer."