wok-tiny diff jslinux-config/receipt @ rev 77

zlib: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:15:33 2012 +0200 (2012-06-11)
parents
children a6d2ddc65590
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/jslinux-config/receipt	Mon Jun 11 17:15:33 2012 +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 +}