seb annotate packages/sqlite @ rev 21

Include more libc, compress intramfs with xz and add rootfs section in README
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 07 23:54:38 2017 +0100 (2017-03-07)
parents d22172a67015
children
rev   line source
pankso@9 1 # SliTaz Embedded package
pankso@9 2
pankso@9 3 desc="SQLite3 Database engine"
pankso@9 4 deps=""
pankso@9 5
pankso@9 6 seb_install() {
pankso@21 7 install_files "/usr/bin/sqlite3" "/usr/lib/libsqlite3*"
pankso@9 8 }