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

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 05 13:51:26 2013 +0200 (2013-07-05)
parents a6c790a4eca9
children 371673f39e46
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 LICENSE="BSD"
9 WEB_SITE="http://tiny.slitaz.org/"
10 DEPENDS="custom-console"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 mkdir -p fs/dev
16 mkmod -m 660 fs/dev/clipboard c 10 231
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 cp -a fs/. $fs
23 }