wok diff sqlite-dev/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents 17129723bbc4
children b50123d7512e
line diff
     1.1 --- a/sqlite-dev/receipt	Fri Oct 08 16:36:42 2010 +0000
     1.2 +++ b/sqlite-dev/receipt	Thu Dec 16 17:16:06 2010 +0000
     1.3 @@ -1,7 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sqlite-dev"
     1.7 -VERSION="3.7.3"
     1.8 +_amalgamationver=3070400
     1.9 +_amalgamationver2=${_amalgamationver/00/}
    1.10 +VERSION="${_amalgamationver2//0/.}"
    1.11  CATEGORY="development"
    1.12  SHORT_DESC="Small SQL database engine devel files."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14 @@ -11,6 +13,7 @@
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18 +	_pkg=$WOK/$WANTED/$WANTED-src-${_amalgamationver}/_pkg
    1.19  	mkdir -p $fs/usr/lib
    1.20  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.21  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib