wok annotate cromfs-or-squashfs/receipt @ rev 7847

Add: weechat v0.3.3(from wok-undigest/weechat)
author Liu Peng <rocky@slitaz.org>
date Tue Dec 28 16:11:28 2010 +0000 (2010-12-28)
parents 30f92a431a9a
children
rev   line source
pascal@1881 1 # SliTaz package receipt.
pascal@1881 2
pascal@1881 3 PACKAGE="cromfs-or-squashfs"
pascal@1881 4 VERSION="1.0"
pascal@1881 5 CATEGORY="meta"
pascal@5149 6 SHORT_DESC="Read only compressed filesystem."
pascal@1881 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1881 8 WEB_SITE="http://www.slitaz.org/"
pascal@1881 9 DEPENDS="squashfs"
pascal@1881 10
pascal@1881 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1881 12 genpkg_rules()
pascal@1881 13 {
pascal@1881 14 # Have a file to avoid errors with tazpkg install.
pascal@1881 15 mkdir -p $fs/usr
pascal@1881 16 }