wok-tiny annotate base-tiny/receipt @ rev 173

Fix ctorrent-dnh & tfttest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 14 09:04:04 2021 +0000 (2021-07-14)
parents a28c45a86936
children
rev   line source
pascal@2 1 # SliTaz package receipt.
pascal@2 2
pascal@2 3 PACKAGE="base-tiny"
pascal@2 4 VERSION="1.0"
pascal@109 5 CATEGORY="base-system"
pascal@2 6 SHORT_DESC="Tiny SliTaz base configuration files"
pascal@2 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@90 8 LICENSE="BSD"
pascal@55 9 WEB_SITE="http://tiny.slitaz.org/"
pascal@157 10 AUTO_SELECTION="never"
pascal@157 11 CONFIG_FILES="/etc/rcS.conf /etc/passwd /etc/fstab \
pascal@157 12 /etc/daemons.conf /root/.profile /etc/init.d/local.sh"
pascal@2 13
pascal@2 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2 15 genpkg_rules()
pascal@2 16 {
pascal@173 17 for i in $CONFIG_FILES /var/run /var/log ; do
pascal@96 18 [ -e $stuff$i ] && echo ${i#/}
pascal@96 19 done | ( cd $stuff ; cpio -o -H newc ) | ( cd $fs ; cpio -id )
pascal@2 20 }