wok-stable diff libdaq/receipt @ rev 11194
Up: leocad to 0.75.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 03 03:12:43 2011 +0000 (2011-11-03) |
parents | f1c5c0316d08 |
children | cbb550460ee1 |
line diff
1.1 --- a/libdaq/receipt Mon Feb 14 03:36:07 2011 +0100 1.2 +++ b/libdaq/receipt Thu Nov 03 03:12:43 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libdaq" 1.7 -VERSION="0.5" 1.8 +VERSION="0.6.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Data Acquisition library for packet I/O." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -9,18 +9,15 @@ 1.13 BUILD_DEPENDS="libpcap-dev flex bison wget" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.snort.org/" 1.16 -WGET_URL="http://www.snort.org/downloads/630" 1.17 +WGET_URL="http://www.snort.org/downloads/1170" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 ./configure \ 1.24 - --prefix=/usr \ 1.25 - --infodir=/usr/share/info \ 1.26 - --mandir=/usr/share/man \ 1.27 $CONFIGURE_ARGS && 1.28 - make && make DESTDIR=$PWD/_pkg install 1.29 + make -j1 && make -j1 DESTDIR=$DESTDIR install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg.