wok view libsqlite/receipt @ rev 9378

gdk-pixbuf: add support for gif, pcx, xpm (Thanks Robertugo)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Mar 25 18:01:25 2011 +0100 (2011-03-25)
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 }