# SliTaz package receipt. PACKED_SIZE="4.0K" UNPACKED_SIZE="4.0K" PACKAGE="jslinux-config" VERSION="1.0" CATEGORY="configuration" SHORT_DESC="Tiny SliTaz configuration files for jslinux" MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://tiny.slitaz.org/" DEPENDS="custom-console" # Rules to configure and make the package. compile_rules() { mkdir -p fs/dev mkmod -m 660 fs/dev/clipboard c 10 231 cat > /dev/null <; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0; -parenb -parodd cs8 hupcl -cstopb cread -clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon ixoff -iuclc -ixany -imaxbel opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon -iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt -echoctl echoke EOT } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a fs/. $fs }