OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Peter Smej
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Mar-2003 15:47:46
Branch: HEAD Handle: 2003032714474600
Added files:
openpkg-src/nessus-libs nessus-libs.spec
Log:
Appending nessu libraries
Summary:
Revision Changes Path
1.1 +76 -0 openpkg-src/nessus-libs/nessus-libs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/nessus-libs/nessus-libs.spec
============================================================================
$ cvs diff -u -r0 -r1.1 nessus-libs.spec
--- /dev/null 2003-03-27 15:47:46.000000000 +0100
+++ nessus-libs.spec 2003-03-27 15:47:46.000000000 +0100
@@ -0,0 +1,76 @@
+##
+## nessus-libs.spec -- OpenPKG RPM Specification
+## Copyright (c) 2000-2003 Cable & Wireless Deutschland GmbH
+## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+
+# package information
+Name: nessus-libs
+Summary: Libraries for nessus
+URL: www.nessus.org
+Vendor: Renaud Deraison
+Packager: The OpenPKG Project
+Distribution: OpenPKG [JUNK]
+Group: Security
+License: GPL
+Version: 2.0.1
+Release: 20030227
+
+# list of sources
+Source0:
ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-2.0.1/src/nessus-libraries-%{version}.tar.gz
+
+# build information
+Prefix: %{l_prefix}
+BuildRoot: %{l_buildroot}
+BuildPreReq: OpenPKG, openpkg >= 20030324, gcc
+PreReq: OpenPKG, openpkg >= 20030324
+AutoReq: no
+AutoReqProv: no
+# * nessus-libraries-x.x.tar.gz
+# * libnasl-x.x.tar.gz
+# * nessus-core.x.x.tar.gz
+# * nessus-plugins.x.x.tar.gz libnasl
+%description
+ Libraries for nessus
+
+%prep
+ %setup -q -n nessus-libraries
+
+%build
+ CC="%{l_cc}" \
+ CFLAGS="%{l_cflags -O}"
+ ./configure \
+ --prefix=%{l_prefix} \
+ --enable-nessuspcap \
+ --disable-cipher \
+ --enable-shared=no \
+ --enable-static-yes
+ %{l_make} %{l_mflags}
+
+%install
+ %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
+
+%files -f files
+
+%clean
+# rm -rf $RPM_BUILD_ROOT
+
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]