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

updated librsvg (2.44.10 -> 2.46.4)
author Hans-G?nter Theisgen
date Thu Dec 12 15:48:44 2019 +0100 (2019-12-12)
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	Thu Dec 12 15:48:44 2019 +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  }