wok-6.x view sqlite-dev/receipt @ rev 25358
updated tinyproxy (1.10.0 -> 1.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 27 07:50:39 2022 +0100 (2022-07-27) |
parents | 3ae2d1f7b186 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="sqlite-dev"
4 _realver="3390200"
5 VERSION="$(printf "%d.%d.%d" ${_realver:0:1} ${_realver:1:2} ${_realver:3:2})"
6 CATEGORY="development"
7 SHORT_DESC="Small SQL database engine - development files."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="PublicDomain"
10 WEB_SITE="https://www.sqlite.org/index.html"
12 DEPENDS="pkg-config sqlite"
13 WANTED="sqlite"
15 HOST_ARCH="i486 arm"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 cook_copy_folders include
21 cook_copy_folders pkgconfig
22 cook_copy_files *.*a
23 }