wok-current diff libsqlite/receipt @ rev 12348
Up: gsoap to 2.8.7.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 19 10:18:06 2012 +0000 (2012-04-19) |
parents | 7b63a08dff3f |
children | 9b467e60ded0 |
line diff
1.1 --- a/libsqlite/receipt Fri May 20 15:24:48 2011 +0000 1.2 +++ b/libsqlite/receipt Thu Apr 19 10:18:06 2012 +0000 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 }