# HG changeset patch # User Pascal Bellard # Date 1305812495 -7200 # Node ID a6c790a4eca92b19e6e23885bc7d5f85c4f7c809 # Parent d3c5f3688ec08422084a30613795aafba1a77d31 Add jslinux-config diff -r d3c5f3688ec0 -r a6c790a4eca9 jslinux-config/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jslinux-config/receipt Thu May 19 15:41:35 2011 +0200 @@ -0,0 +1,22 @@ +# SliTaz package receipt. + +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 +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a fs/. $fs +} diff -r d3c5f3688ec0 -r a6c790a4eca9 jslinux/receipt --- a/jslinux/receipt Thu May 19 15:40:03 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -# SliTaz package receipt. - -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 -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a fs/. $fs -}