wok annotate sqlite-dev/receipt @ rev 25032

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:08 2022 +0100 (2022-05-20)
parents 4963cd31b894
children 6f5db10f8f5c
rev   line source
pankso@11 1 # SliTaz package receipt.
pankso@11 2
pankso@11 3 PACKAGE="sqlite-dev"
pascal@23836 4 _realver="3320100"
pascal@23686 5 VERSION="$(printf "%d.%d.%d" ${_realver:0:1} ${_realver:1:2} ${_realver:3:2})"
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 }