wok diff libdaq-dev/receipt @ rev 19583

razorqt: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 20:51:15 2016 +0100 (2016-12-25)
parents 5b985a3d5093
children a78610b2eb47
line diff
     1.1 --- a/libdaq-dev/receipt	Wed Oct 12 12:49:39 2011 +0000
     1.2 +++ b/libdaq-dev/receipt	Sun Dec 25 20:51:15 2016 +0100
     1.3 @@ -5,17 +5,19 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="development files for libdaq"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="libdaq"
     1.8 +LICENSE="GPL2"
     1.9  WEB_SITE="http://www.snort.org/"
    1.10  WANTED="libdaq"
    1.11  
    1.12 +DEPENDS="libdaq"
    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/daq
    1.18 -	cp -a $_pkg/usr/bin $fs/usr
    1.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20 -	cp -a $_pkg/usr/lib/daq/*.*a $fs/usr/lib/daq/
    1.21 -	cp -a $_pkg/usr/include $fs/usr
    1.22 +	cp -a $install/usr/bin $fs/usr
    1.23 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.24 +	cp -a $install/usr/lib/daq/*.*a $fs/usr/lib/daq/
    1.25 +	cp -a $install/usr/include $fs/usr
    1.26  }
    1.27