wok-6.x diff openvas-administrator/receipt @ rev 8377
Fixed libhx.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Feb 04 03:19:31 2011 +0000 (2011-02-04) |
parents | 4bbe52173714 |
children | ad786a87b22e |
line diff
1.1 --- a/openvas-administrator/receipt Sun Dec 27 11:40:59 2009 +0100 1.2 +++ b/openvas-administrator/receipt Fri Feb 04 03:19:31 2011 +0000 1.3 @@ -10,12 +10,14 @@ 1.4 WGET_URL="http://wald.intevation.org/frs/download.php/686/$TARBALL" 1.5 DEPENDS="openvas-libraries" 1.6 BUILD_DEPENDS="openvas-libraries-dev openvas-libraries gnutls-dev cmake glib-dev" 1.7 +CONFIG_FILES="/etc/openvas" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 { 1.12 cd $src 1.13 - cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc 1.14 + cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc \ 1.15 + -DLOCALSTATEDIR=/var 1.16 make && 1.17 make DESTDIR=$PWD/_pkg install 1.18 }