wok-6.x view libsqlite-tcl/receipt @ rev 25564
Add missing glibc 2.19 patchs
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon May 08 16:56:41 2023 +0200 (18 months ago) |
parents | 3ae2d1f7b186 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libsqlite-tcl"
4 _realver=3390200
5 VERSION="${_realver:0:1}.${_realver:1:2}.${_realver:4:1}"
6 CATEGORY="office"
7 SHORT_DESC="Small SQL database engine, tcl library."
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="PublicDomain"
10 WEB_SITE="https://www.sqlite.org/index.html"
12 DEPENDS="libsqlite tcl"
13 WANTED="sqlite"
15 HOST_ARCH="i486 arm"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/lib
21 cp -a $install/usr/lib/tcl* $fs/usr/lib
22 }