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

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
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 }