# SliTaz package receipt. PACKED_SIZE="16.0K" UNPACKED_SIZE="56.0K" PACKAGE="base-tiny" VERSION="1.0" CATEGORY="base-system" SHORT_DESC="Tiny SliTaz base configuration files" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="http://tiny.slitaz.org/" AUTO_SELECTION="never" CONFIG_FILES="/etc/rcS.conf /etc/passwd /etc/fstab \ /etc/daemons.conf /root/.profile /etc/init.d/local.sh" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { for i in $CONFIG_FILES /var/run /var/log ; do [ -e $stuff$i ] && echo ${i#/} done | ( cd $stuff ; cpio -o -H newc ) | ( cd $fs ; cpio -id ) }