wok annotate slitaz-loram-http/receipt @ rev 21949

updated sqlite, sqlite-dev and libsqlite (3.18.0 -> 3.30.0)
author Hans-G?nter Theisgen
date Wed Oct 09 14:34:26 2019 +0100 (2019-10-09)
parents a40a0eb643ba
children
rev   line source
pascal@1290 1 # SliTaz package receipt.
pascal@1290 2
pascal@1290 3 PACKAGE="slitaz-loram-http"
pascal@14519 4 VERSION="2.0"
pascal@1290 5 CATEGORY="misc"
pascal@1290 6 SHORT_DESC="Rules to build low ram system using http."
pascal@1290 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15201 8 LICENSE="BSD"
pascal@1290 9 WEB_SITE="http://www.slitaz.org/"
pascal@14519 10 DEPENDS=""
pascal@1290 11
pascal@1290 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1290 13 genpkg_rules()
pascal@1290 14 {
pascal@1290 15 mkdir -p $fs/etc/tazlito
pascal@1290 16 cp stuff/loram.* $fs/etc/tazlito
pascal@1290 17 }