wok diff sqlite/receipt @ rev 15854

twisted: Add zopeinterface to build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jan 28 05:56:16 2014 +0000 (2014-01-28)
parents d6fc9dba440e
children e4cda1000ec7
line diff
     1.1 --- a/sqlite/receipt	Sun Apr 21 17:39:32 2013 +0200
     1.2 +++ b/sqlite/receipt	Tue Jan 28 05:56:16 2014 +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()