wok-next view libsqlite/receipt @ rev 9550

Up: taglib (1.7) seperate static and shared libs
author Paul Issott <paul@slitaz.org>
date Sun Apr 10 11:49:01 2011 +0000 (2011-04-10)
parents eef26b087eb3
children 3ad02cc229e4
line source
1 # SliTaz package receipt.
3 PACKAGE="libsqlite"
4 _amalgamationver=3070500
5 _amalgamationver2=${_amalgamationver/00/}
6 VERSION="${_amalgamationver2//0/.}"
7 CATEGORY="office"
8 SHORT_DESC="Small SQL database engine."
9 MAINTAINER="erjo@slitaz.org"
10 WEB_SITE="http://www.sqlite.org/"
11 WANTED="sqlite"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
18 }