wok view libsqlite/receipt @ rev 9579

Up: tiff to 3.9.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 12 11:37:28 2011 +0000 (2011-04-12)
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 }