wok annotate slitaz-loram-http/receipt @ rev 24877
updated makeself (2.4.0 -> 2.4.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 31 13:51:42 2022 +0100 (2022-03-31) |
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 } |