wok view libsqlite/receipt @ rev 9397

dahdi-tools: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 26 21:54:03 2011 +0100 (2011-03-26)
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 }