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

fbvnc: speedup
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 12 15:43:10 2011 +0200 (2011-09-12)
parents
children a6d2ddc65590
line source
1 # SliTaz package receipt.
3 PACKAGE="jslinux-config"
4 VERSION="1.0"
5 CATEGORY="configuration"
6 SHORT_DESC="Tiny SliTaz configuration files for jslinux"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://tiny.slitaz.org/"
9 DEPENDS="custom-console"
11 # Rules to configure and make the package.
12 compile_rules()
13 {
14 mkdir -p fs/dev
15 mkmod -m 660 fs/dev/clipboard c 10 231
16 }
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 cp -a fs/. $fs
22 }