wok-current view cromfs-or-squashfs/receipt @ rev 5351
Up: sqlite, sqlite-dev, lemon (3.6.23.1) - I sed out rpath using code from archlinux PKGBUILD of sqlite.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Apr 28 12:32:25 2010 +0000 (2010-04-28) |
parents | 30f92a431a9a |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="cromfs-or-squashfs"
4 VERSION="1.0"
5 CATEGORY="meta"
6 SHORT_DESC="Read only compressed filesystem."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.slitaz.org/"
9 DEPENDS="squashfs"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 # Have a file to avoid errors with tazpkg install.
15 mkdir -p $fs/usr
16 }