wok-stable rev 8586

Fix: remove src definition from libdaq-dev & rework files repartition between libdaq/libdaq-dev
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 03:36:07 2011 +0100 (2011-02-14)
parents e446ced86bd1
children f9a0c48e790d
files libdaq-dev/receipt libdaq/receipt
line diff
     1.1 --- a/libdaq-dev/receipt	Mon Feb 14 03:35:04 2011 +0100
     1.2 +++ b/libdaq-dev/receipt	Mon Feb 14 03:36:07 2011 +0100
     1.3 @@ -12,10 +12,10 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	_pkg=$WOK/$WANTED/daq-$VERSION/_pkg
     1.8 -	mkdir -p $fs/usr/lib
     1.9 +	mkdir -p $fs/usr/lib/daq
    1.10  	cp -a $_pkg/usr/bin $fs/usr
    1.11  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.12 +	cp -a $_pkg/usr/lib/daq/*.*a $fs/usr/lib/daq/
    1.13  	cp -a $_pkg/usr/include $fs/usr
    1.14  }
    1.15  
     2.1 --- a/libdaq/receipt	Mon Feb 14 03:35:04 2011 +0100
     2.2 +++ b/libdaq/receipt	Mon Feb 14 03:36:07 2011 +0100
     2.3 @@ -26,8 +26,8 @@
     2.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.5  genpkg_rules()
     2.6  {
     2.7 -	mkdir -p $fs/usr/lib
     2.8 -	cp -a $_pkg/usr/lib/daq $fs/usr/lib
     2.9 +	mkdir -p $fs/usr/lib/daq
    2.10 +	cp -a $_pkg/usr/lib/daq/*.so* $fs/usr/lib/daq
    2.11  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.12  }
    2.13