wok-tiny rev 56
Add jslinux-config
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 19 15:41:35 2011 +0200 (2011-05-19) |
parents | d3c5f3688ec0 |
children | 23b3ea50ad1a |
files | jslinux-config/receipt jslinux/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/jslinux-config/receipt Thu May 19 15:41:35 2011 +0200 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="jslinux-config" 1.7 +VERSION="1.0" 1.8 +CATEGORY="configuration" 1.9 +SHORT_DESC="Tiny SliTaz configuration files for jslinux" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://tiny.slitaz.org/" 1.12 +DEPENDS="custom-console" 1.13 + 1.14 +# Rules to configure and make the package. 1.15 +compile_rules() 1.16 +{ 1.17 + mkdir -p fs/dev 1.18 + mkmod -m 660 fs/dev/clipboard c 10 231 1.19 +} 1.20 + 1.21 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.22 +genpkg_rules() 1.23 +{ 1.24 + cp -a fs/. $fs 1.25 +}
2.1 --- a/jslinux/receipt Thu May 19 15:40:03 2011 +0200 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,22 +0,0 @@ 2.4 -# SliTaz package receipt. 2.5 - 2.6 -PACKAGE="jslinux-config" 2.7 -VERSION="1.0" 2.8 -CATEGORY="configuration" 2.9 -SHORT_DESC="Tiny SliTaz configuration files for jslinux" 2.10 -MAINTAINER="pascal.bellard@slitaz.org" 2.11 -WEB_SITE="http://tiny.slitaz.org/" 2.12 -DEPENDS="custom-console" 2.13 - 2.14 -# Rules to configure and make the package. 2.15 -compile_rules() 2.16 -{ 2.17 - mkdir -p fs/dev 2.18 - mkmod -m 660 fs/dev/clipboard c 10 231 2.19 -} 2.20 - 2.21 -# Rules to gen a SliTaz package suitable for Tazpkg. 2.22 -genpkg_rules() 2.23 -{ 2.24 - cp -a fs/. $fs 2.25 -}