wok view slitaz-loram-http/receipt @ rev 14742

Normalize LICENSE and some TAGS and CATEGORY.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 14 12:25:09 2013 +0000 (2013-06-14)
parents 3cdfaefe3387
children f4c22f009037
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-loram-http"
4 VERSION="2.0"
5 CATEGORY="misc"
6 SHORT_DESC="Rules to build low ram system using http."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.slitaz.org/"
9 DEPENDS=""
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/etc/tazlito
15 cp stuff/loram.* $fs/etc/tazlito
16 }