wok-next diff openvas-libraries-dev/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents dffbb795b29e
children
line diff
     1.1 --- a/openvas-libraries-dev/receipt	Sun Nov 07 20:17:15 2010 +0000
     1.2 +++ b/openvas-libraries-dev/receipt	Thu Mar 17 00:11:28 2016 -0300
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Network security scanner (development libraries)."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2 LGPL2 BSD"
     1.8  WEB_SITE="http://www.openvas.org/"
     1.9 +WANTED="openvas-libraries"
    1.10 +
    1.11  DEPENDS="openvas-libraries"
    1.12 -WANTED="openvas-libraries"
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/include $fs/usr
    1.19 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.22  }