wok-next diff openvas-manager/receipt @ rev 17516
Remove some categories (system -> system-tools, web -> network, devel -> development, news -> network).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jan 15 01:14:17 2015 +0200 (2015-01-15) |
parents | d26244ba3a6d |
children | 2809ecb8c754 |
line diff
1.1 --- a/openvas-manager/receipt Tue May 29 18:47:39 2012 +0200 1.2 +++ b/openvas-manager/receipt Thu Jan 15 01:14:17 2015 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Network security scanner (manager)." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.openvas.org/" 1.10 WGET_URL="http://wald.intevation.org/frs/download.php/829/$TARBALL" 1.11 +CONFIG_FILES="/etc/openvas" 1.12 + 1.13 DEPENDS="openvas-libraries sqlite util-linux-uuid" 1.14 BUILD_DEPENDS="libpcap openvas-libraries openvas-libraries-dev pkg-config \ 1.15 util-linux-uuid-dev doxygen cmake gnutls gnutls-dev sqlite sqlite-dev glib-dev" 1.16 -CONFIG_FILES="/etc/openvas" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 @@ -21,13 +23,13 @@ 1.21 cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc \ 1.22 -DLOCALSTATEDIR=/var 1.23 make && 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr 1.32 - cp -a $_pkg/etc $fs 1.33 - cp -a $_pkg/usr/sbin $fs/usr 1.34 + cp -a $install/etc $fs 1.35 + cp -a $install/usr/sbin $fs/usr 1.36 }