wok view libsqlite/receipt @ rev 12077
fix /usr/bin/git-citool in correct link /usr/lib/git-core/git-citool
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Mar 09 10:16:47 2012 +0100 (2012-03-09) |
parents | 7b63a08dff3f |
children | 9b467e60ded0 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libsqlite"
4 _amalgamationver=3070900
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 $install/usr/lib/*.so* $fs/usr/lib
18 }