wok diff libpcap/receipt @ rev 1503

Up libgio (2.16.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 15:59:42 2008 +0000 (2008-10-05)
parents 3e397378bee1
children aa0dad286215
line diff
     1.1 --- a/libpcap/receipt	Tue Jul 15 19:31:18 2008 +0000
     1.2 +++ b/libpcap/receipt	Sun Oct 05 15:59:42 2008 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="library for tcpdump"
     1.6  MAINTAINER="sdaigl@lacitec.on.ca"
     1.7 +BUILD_DEPENDS="flex"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="www.tcpdump.org"
    1.10  WGET_URL="http://www.tcpdump.org/release/$TARBALL";
    1.11 @@ -14,8 +15,8 @@
    1.12  {
    1.13          cd $src
    1.14          ./configure --prefix=/usr --infodir=/usr/share/info \
    1.15 -        --mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -        make
    1.17 +        --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +        make &&
    1.19          make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21