wok-next annotate tcpdump/receipt @ rev 20647

Up raptor (2.0.15), ruby (2.5.0), scons(3.0.0), screen (4.6.2), sharutils (4.15.2), slang (2.3.1), swig (3.0.12), sysstat (11.6.2), talloc (2.1.11), tcl (8.6.8), tidy-html5 (5.4.0), tk (8.6.8), udisks (1.0.5), unixODBC (2.3.5), unrar (5.5.8), upower (0.99.7), usbids (20180414), usbutils (009), vala (0.38.8), valgrind (3.13.0), wayland-protocols (1.13), yajl (2.1.0); add librep, rasqal, redland, rep-gtk.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 03 16:25:23 2018 +0300 (2018-05-03)
parents 2a6ee064ed2f
children 523cce42deab
rev   line source
sdaigl@48 1 # SliTaz package receipt.
sdaigl@48 2
sdaigl@48 3 PACKAGE="tcpdump"
pascal@15324 4 VERSION="4.4.0"
sdaigl@48 5 CATEGORY="security"
sdaigl@48 6 SHORT_DESC="cli wire sniffer"
pascal@1065 7 MAINTAINER="sdaigl@lacitec.on.ca"
pascal@15133 8 LICENSE="BSD"
sdaigl@48 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@169 10 WEB_SITE="http://www.tcpdump.org/"
pankso@169 11 WGET_URL="http://www.tcpdump.org/release/$TARBALL"
jozee@4973 12 TAGS="network security"
sdaigl@48 13
al@20453 14 DEPENDS="openssl libpcap"
pascal@15325 15 BUILD_DEPENDS="libpcap libpcap-dev openssl-dev"
pascal@10460 16
sdaigl@48 17 # Rules to configure and make the package.
sdaigl@48 18 compile_rules()
sdaigl@48 19 {
pankso@169 20 cd $src
pankso@169 21 ./configure --prefix=/usr --infodir=/usr/share/info \
pankso@169 22 --mandir=/usr/share/man $CONFIGURE_ARGS
pankso@169 23 make
pascal@15133 24 make DESTDIR=$DESTDIR install
sdaigl@48 25 }
sdaigl@48 26
sdaigl@48 27 # Rules to gen a SliTaz package suitable for Tazpkg.
sdaigl@48 28 genpkg_rules()
sdaigl@48 29 {
pankso@169 30 mkdir -p $fs/usr
pascal@15133 31 cp -a $install/usr/sbin $fs/usr
sdaigl@48 32 }