wok-tiny view base-tiny/receipt @ rev 172

Add x86test & tfttest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 08 17:23:19 2021 +0000 (2021-05-08)
parents 7efc88318579
children eb617e43dc08
line source
1 # SliTaz package receipt.
3 PACKAGE="base-tiny"
4 VERSION="1.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Tiny SliTaz base configuration files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://tiny.slitaz.org/"
10 AUTO_SELECTION="never"
11 CONFIG_FILES="/etc/rcS.conf /etc/passwd /etc/fstab \
12 /etc/daemons.conf /root/.profile /etc/init.d/local.sh"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 for i in $CONFIG_FILES ; do
18 [ -e $stuff$i ] && echo ${i#/}
19 done | ( cd $stuff ; cpio -o -H newc ) | ( cd $fs ; cpio -id )
20 }