wok rev 8741

sqlite: split package
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Feb 19 21:49:37 2011 +0100 (2011-02-19)
parents eef26b087eb3
children b8c61f52220c
files sqlite/receipt
line diff
     1.1 --- a/sqlite/receipt	Sat Feb 19 21:47:26 2011 +0100
     1.2 +++ b/sqlite/receipt	Sat Feb 19 21:49:37 2011 +0100
     1.3 @@ -8,6 +8,7 @@
     1.4  SHORT_DESC="Small SQL database engine."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-src-${_amalgamationver}.zip"
     1.7 +DEPENDS="libsqlite"
     1.8  BUILD_DEPENDS="tcl"
     1.9  WEB_SITE="http://www.sqlite.org/"
    1.10  WGET_URL="http://www.sqlite.org/$TARBALL"
    1.11 @@ -17,6 +18,7 @@
    1.12  {
    1.13  	src=$WOK/$PACKAGE/$PACKAGE-src-${_amalgamationver}
    1.14  	cd $src
    1.15 +	
    1.16  	./configure \
    1.17  		--prefix=/usr \
    1.18  		--disable-tcl \
    1.19 @@ -43,7 +45,7 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	_pkg=$WOK/$PACKAGE/$PACKAGE-src-${_amalgamationver}/_pkg
    1.23 -	mkdir -p $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.25 +	mkdir -p $fs/usr
    1.26 +	
    1.27  	cp -a $_pkg/usr/bin $fs/usr
    1.28  }