wok-tiny view jslinux-config/receipt @ rev 109

Update custom-console
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 27 10:51:46 2016 +0100 (2016-02-27)
parents 371673f39e46
children e5cfd000e4a6
line source
1 # SliTaz package receipt.
3 PACKAGE="jslinux-config"
4 VERSION="1.0"
5 CATEGORY="system"
6 SHORT_DESC="Tiny SliTaz configuration files for jslinux"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://tiny.slitaz.org/"
10 DEPENDS="custom-console"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/dev
16 mknod -m 660 $fs/dev/clipboard c 10 231
17 }