wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="sqlite-dev"
4 _amalgamationver=3070400
5 _amalgamationver2=${_amalgamationver/00/}
6 VERSION="${_amalgamationver2//0/.}"
7 CATEGORY="development"
8 SHORT_DESC="Small SQL database engine devel files."
9 MAINTAINER="pankso@slitaz.org"
10 WANTED="sqlite"
11 WEB_SITE="http://www.sqlite.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 _pkg=$WOK/$WANTED/$WANTED-src-${_amalgamationver}/_pkg
17 mkdir -p $fs/usr/lib
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $_pkg/usr/include $fs/usr
21 }