wok-next diff slitaz-loram-http/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents cd7906120828
children
line diff
     1.1 --- a/slitaz-loram-http/receipt	Sat Jul 14 17:43:03 2018 +0300
     1.2 +++ b/slitaz-loram-http/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,19 +1,15 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="slitaz-loram-http"
     1.8  VERSION="2.0"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="Rules to build low ram system using http."
    1.11 +SHORT_DESC="Rules to build low RAM system using HTTP"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="http://www.slitaz.org/"
    1.15  REPOLOGY="-"
    1.16  
    1.17 -DEPENDS=""
    1.18 -
    1.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 -genpkg_rules()
    1.21 -{
    1.22 -    mkdir -p $fs/etc/tazlito
    1.23 -    cp stuff/loram.* $fs/etc/tazlito
    1.24 +genpkg_rules() {
    1.25 +	mkdir -p $fs/etc/tazlito
    1.26 +	cp $stuff/loram.* $fs/etc/tazlito
    1.27  }