wok-next diff libv4l/receipt @ rev 11941
c_icap: Add initscript & fix configfile
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Mar 01 07:01:35 2012 +0100 (2012-03-01) |
parents | f4c57a9c37bf |
children | 66e4194f3966 |
line diff
1.1 --- a/libv4l/receipt Fri Oct 01 04:09:43 2010 +0000 1.2 +++ b/libv4l/receipt Thu Mar 01 07:01:35 2012 +0100 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