wok view tcpick/receipt @ rev 12963

pan: include glib.h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 31 23:18:41 2012 +0200 (2012-05-31)
parents 91b97e8d14d8
children 600aaedb561d
line source
1 # SliTaz package receipt.
3 PACKAGE="tcpick"
4 VERSION="0.2.1"
5 CATEGORY="network"
6 SHORT_DESC="TCP stream sniffer and connection tracker"
7 MAINTAINER="slaxemulator@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://tcpick.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="libpcap"
13 BUILD_DEPENDS="libpcap-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --mandir=/usr/share/man && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 }