wok-stable diff libpcap/receipt @ rev 2068
Add perl-soap-lite
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 23 17:56:28 2009 +0000 (2009-01-23) |
parents | 3e397378bee1 |
children | aa0dad286215 |
line diff
1.1 --- a/libpcap/receipt Tue Jul 15 19:31:18 2008 +0000 1.2 +++ b/libpcap/receipt Fri Jan 23 17:56:28 2009 +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