wok annotate tcpreplay/receipt @ rev 14035
gst-plugins-base: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 18 15:04:21 2013 +0100 (2013-02-18) |
parents | 8aafda70380c |
children | de49f29b101e |
rev | line source |
---|---|
pascal@13982 | 1 # SliTaz package receipt. |
pascal@13982 | 2 |
pascal@13982 | 3 PACKAGE="tcpreplay" |
pascal@13982 | 4 VERSION="3.4.4" |
pascal@13982 | 5 CATEGORY="network" |
pascal@13982 | 6 SHORT_DESC="Test network with libpcap captured traffic." |
pascal@13982 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@13982 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13982 | 9 WEB_SITE="http://tcpreplay.synfin.net/" |
pascal@13982 | 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@13982 | 11 |
pascal@13990 | 12 DEPENDS="libdnet" |
pascal@13982 | 13 BUILD_DEPENDS="libpcap-dev libdnet-dev tcpdump" |
pascal@13982 | 14 |
pascal@13982 | 15 # Rules to configure and make the package. |
pascal@13982 | 16 compile_rules() |
pascal@13982 | 17 { |
pascal@13982 | 18 cd $src |
pascal@13982 | 19 ./configure \ |
pascal@13982 | 20 $CONFIGURE_ARGS && |
pascal@13982 | 21 make && |
pascal@13982 | 22 make DESTDIR=$DESTDIR install |
pascal@13982 | 23 } |
pascal@13982 | 24 |
pascal@13982 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13982 | 26 genpkg_rules() |
pascal@13982 | 27 { |
pascal@13982 | 28 mkdir -p $fs/usr |
pascal@13982 | 29 cp -a $install/usr/bin $fs/usr |
pascal@13982 | 30 } |