wok-current rev 10976
Up: libdaq to 0.6.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 12 12:49:39 2011 +0000 (2011-10-12) |
parents | 3ab0e975f37e |
children | 040e7d162b1d |
files | libdaq-dev/receipt libdaq/receipt |
line diff
1.1 --- a/libdaq-dev/receipt Wed Oct 12 12:47:24 2011 +0000 1.2 +++ b/libdaq-dev/receipt Wed Oct 12 12:49:39 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libdaq-dev" 1.7 -VERSION="0.5" 1.8 +VERSION="0.6.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="development files for libdaq" 1.11 MAINTAINER="slaxemulator@gmail.com"
2.1 --- a/libdaq/receipt Wed Oct 12 12:47:24 2011 +0000 2.2 +++ b/libdaq/receipt Wed Oct 12 12:49:39 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libdaq" 2.7 -VERSION="0.5" 2.8 +VERSION="0.6.2" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Data Acquisition library for packet I/O." 2.11 MAINTAINER="slaxemulator@gmail.com" 2.12 @@ -9,18 +9,15 @@ 2.13 BUILD_DEPENDS="libpcap-dev flex bison wget" 2.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.15 WEB_SITE="http://www.snort.org/" 2.16 -WGET_URL="http://www.snort.org/downloads/630" 2.17 +WGET_URL="http://www.snort.org/downloads/1170" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 cd $src 2.23 ./configure \ 2.24 - --prefix=/usr \ 2.25 - --infodir=/usr/share/info \ 2.26 - --mandir=/usr/share/man \ 2.27 $CONFIGURE_ARGS && 2.28 - make && make DESTDIR=$PWD/_pkg install 2.29 + make -j1 && make -j1 DESTDIR=$DESTDIR install 2.30 } 2.31 2.32 # Rules to gen a SliTaz package suitable for Tazpkg.