wok-current view slitaz-loram/receipt @ rev 13924
Up: atk (2.6.0)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Fri Jan 25 23:21:02 2013 +0000 (2013-01-25) |
parents | fa0257184d3c |
children | f4c22f009037 |
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-loram"
4 VERSION="2.0"
5 CATEGORY="misc"
6 SHORT_DESC="Rules to build low ram rootfs.gz."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS=""
9 WEB_SITE="http://www.slitaz.org/"
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 }