wok view libsqlite/receipt @ rev 9132

Fixed sudoku to download source to SOURCES_REPOSITORY.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Mar 05 22:49:41 2011 +0000 (2011-03-05)
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 }