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

foomatic-db: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 14:38:53 2013 +0000 (2013-08-13)
parents 3cdfaefe3387
children f4c22f009037
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@1290 8 WEB_SITE="http://www.slitaz.org/"
pascal@14519 9 DEPENDS=""
pascal@1290 10
pascal@1290 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1290 12 genpkg_rules()
pascal@1290 13 {
pascal@1290 14 mkdir -p $fs/etc/tazlito
pascal@1290 15 cp stuff/loram.* $fs/etc/tazlito
pascal@1290 16 }