wok-current diff sqlite/receipt @ rev 354
Up: slitaz-tools (1.9) with Tazlito GUI
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Mar 07 00:01:58 2008 +0100 (2008-03-07) |
parents | de8dad81f96a |
children | eb4e6a1af180 |
line diff
1.1 --- a/sqlite/receipt Wed Feb 13 14:12:47 2008 +0100 1.2 +++ b/sqlite/receipt Fri Mar 07 00:01:58 2008 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sqlite" 1.7 -VERSION="3.5.3" 1.8 +VERSION="3.5.6" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Small SQL database engine." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://www.sqlite.org/" 1.14 WGET_URL="http://www.sqlite.org/$TARBALL" 1.15 -JWM_MENU='Productivity:<Program icon="applications-other.png" label="SQLite">xterm -bg black -fg white -cr lightgreen -e sqlite3</Program>' 1.16 +JWM_MENU='Office:<Program icon="applications-other.png" label="SQLite">xterm -bg black -fg white -cr lightgreen -e sqlite3</Program>' 1.17 +HANDBOOK_URL='http://www.slitaz.org/doc/handbook/office.html#sqlite' 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 @@ -26,6 +27,4 @@ 1.22 mkdir -p $fs/usr/lib 1.23 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.24 cp -a $_pkg/usr/bin $fs/usr 1.25 - strip -s $fs/usr/lib/*.so* 1.26 - strip -s $fs/usr/bin/* 1.27 }