wok diff openvas-administrator/receipt @ rev 5369

rename qt-everywhere* to simple qt4; improve all receipts; tazwok need to work with SOURCE and WANTED (feature not patched for quite long now); improve compile options and add libQtOpenGL back
author Rohit Joshi <jozee@slitaz.org>
date Thu Apr 29 14:42:30 2010 -0400 (2010-04-29)
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	Thu Apr 29 14:42:30 2010 -0400
     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  }