wok diff libsqlite/receipt @ rev 11557

Add matchbox-panel-2 form wok-undigest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:19:10 2011 +0100 (2011-12-25)
parents 7b63a08dff3f
children 9b467e60ded0
line diff
     1.1 --- a/libsqlite/receipt	Fri May 20 15:24:48 2011 +0000
     1.2 +++ b/libsqlite/receipt	Sun Dec 25 15:19:10 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsqlite"
     1.7 -_amalgamationver=3070603
     1.8 +_amalgamationver=3070900
     1.9  _amalgamationver2=${_amalgamationver/00/}
    1.10  VERSION="${_amalgamationver2//0/.}"
    1.11  CATEGORY="office"
    1.12 @@ -14,5 +14,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.17 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.18  }