wok-next view slitaz-loram-cdrom/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents cd7906120828
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slitaz-loram-cdrom"
4 VERSION="2.0"
5 CATEGORY="misc"
6 SHORT_DESC="Rules to build low RAM system using CD-ROM"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
10 REPOLOGY="-"
12 genpkg_rules() {
13 mkdir -p $fs/etc/tazlito
14 cp $stuff/loram.* $fs/etc/tazlito
15 }