wok-6.x diff sqlite/receipt @ rev 8253
Add shellinabox
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 29 16:06:56 2011 +0100 (2011-01-29) |
parents | dc574374a35e |
children | b50123d7512e |
line diff
1.1 --- a/sqlite/receipt Fri Oct 08 18:47:02 2010 +0000 1.2 +++ b/sqlite/receipt Sat Jan 29 16:06:56 2011 +0100 1.3 @@ -1,11 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sqlite" 1.7 -VERSION="3.7.3" 1.8 +_amalgamationver=3070400 1.9 +_amalgamationver2=${_amalgamationver/00/} 1.10 +VERSION="${_amalgamationver2//0/.}" 1.11 CATEGORY="office" 1.12 SHORT_DESC="Small SQL database engine." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +TARBALL="$PACKAGE-src-${_amalgamationver}.zip" 1.16 BUILD_DEPENDS="tcl" 1.17 WEB_SITE="http://www.sqlite.org/" 1.18 WGET_URL="http://www.sqlite.org/$TARBALL" 1.19 @@ -13,6 +15,7 @@ 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 + src=$WOK/$PACKAGE/$PACKAGE-src-${_amalgamationver} 1.24 cd $src 1.25 ./configure \ 1.26 --prefix=/usr \ 1.27 @@ -39,6 +42,7 @@ 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 + _pkg=$WOK/$PACKAGE/$PACKAGE-src-${_amalgamationver}/_pkg 1.32 mkdir -p $fs/usr/lib 1.33 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.34 cp -a $_pkg/usr/bin $fs/usr