wok-current diff sqlite/receipt @ rev 15581
xorg-cf-files: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 30 11:11:23 2013 +0000 (2013-11-30) |
parents | d6fc9dba440e |
children | e4cda1000ec7 |
line diff
1.1 --- a/sqlite/receipt Sun Apr 21 17:39:32 2013 +0200 1.2 +++ b/sqlite/receipt Sat Nov 30 11:11:23 2013 +0000 1.3 @@ -6,11 +6,13 @@ 1.4 CATEGORY="office" 1.5 SHORT_DESC="Small SQL database engine." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="PublicDomain" 1.8 TARBALL="$PACKAGE-src-${_realver}.zip" 1.9 +WEB_SITE="http://www.sqlite.org/" 1.10 +WGET_URL="http://www.sqlite.org/2013/$TARBALL" 1.11 + 1.12 DEPENDS="libsqlite" 1.13 BUILD_DEPENDS="tcl" 1.14 -WEB_SITE="http://www.sqlite.org/" 1.15 -WGET_URL="http://www.sqlite.org/2013/$TARBALL" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules()