wok annotate sqlite-dev/receipt @ rev 23663

updated sqlite and sqlite-dev (3.30.0 -> 3.31.1)
author Hans-G?nter Theisgen
date Fri Apr 24 07:41:45 2020 +0100 (2020-04-24)
parents 7c756a80db16
children 9be86beee5ec
rev   line source
pankso@11 1 # SliTaz package receipt.
pankso@11 2
pankso@11 3 PACKAGE="sqlite-dev"
Hans-G?nter@23663 4 VERSION="3.31.1"
Hans-G?nter@23663 5 _realver="3310100"
pankso@199 6 CATEGORY="development"
Hans-G?nter@21949 7 SHORT_DESC="Small SQL database engine - development files."
pankso@11 8 MAINTAINER="pankso@slitaz.org"
pascal@15379 9 LICENSE="PublicDomain"
Hans-G?nter@21949 10 WEB_SITE="https://www.sqlite.org/index.html"
pankso@11 11
Hans-G?nter@23663 12 DEPENDS="pkg-config sqlite"
Hans-G?nter@21949 13 WANTED="sqlite"
Hans-G?nter@21949 14
Hans-G?nter@21949 15 HOST_ARCH="i486 arm"
pascal@15379 16
pankso@11 17 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@11 18 genpkg_rules()
pankso@11 19 {
pankso@11 20 mkdir -p $fs/usr/lib
Hans-G?nter@21949 21
Hans-G?nter@21949 22 cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@21949 23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@21949 24 cp -a $install/usr/include $fs/usr
pankso@11 25 }