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

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
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 }