wok-4.x diff cromfs/receipt @ rev 6715
linux/bootloader.sh: fix signed 16bits
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 14 17:08:12 2010 +0200 (2010-10-14) |
parents | 39011a13b555 |
children | e12f875259b8 |
line diff
1.1 --- a/cromfs/receipt Sun Feb 28 13:03:20 2010 +0100 1.2 +++ b/cromfs/receipt Thu Oct 14 17:08:12 2010 +0200 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cromfs" 1.7 -VERSION="1.5.8.9" 1.8 +VERSION="1.5.9" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Compressed read only filesystem implemented with FUSE." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 DEPENDS="fuse lzma lzo libgomp" 1.13 -BUILD_DEPENDS="$DEPENDS fuse-dev lzo-dev" 1.14 +BUILD_DEPENDS="$DEPENDS fuse-dev lzo-dev pkg-config coreutils-file-format perl" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://bisqwit.iki.fi/source/cromfs.html" 1.17 WGET_URL="http://bisqwit.iki.fi/src/arch/$TARBALL"