wok diff libv4l/receipt @ rev 9957

nagios-doc: bump
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 15:25:07 2011 +0200 (2011-05-18)
parents f4c57a9c37bf
children 66e4194f3966
line diff
     1.1 --- a/libv4l/receipt	Fri Oct 01 04:09:43 2010 +0000
     1.2 +++ b/libv4l/receipt	Wed May 18 15:25:07 2011 +0200
     1.3 @@ -15,7 +15,6 @@
     1.4  # Rules to configure and make the package.
     1.5  
     1.6  compile_rules() {
     1.7 -  src=$WOK/$PACKAGE/$SOURCE-$VERSION
     1.8    cd $src
     1.9    make &&
    1.10    make install PREFIX="/usr" DESTDIR="${PWD}/_pkg" 
    1.11 @@ -24,7 +23,6 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	_pkg=$WOK/$PACKAGE/$SOURCE-$VERSION/_pkg
    1.16  	mkdir -p $fs/usr/lib
    1.17  	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
    1.18  	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib